🐛 Fix imports

This commit is contained in:
Manuel
2023-08-05 12:26:42 +02:00
parent bbcbda74a9
commit f5d11cfd36
2 changed files with 2 additions and 2 deletions

View File

@@ -32,7 +32,7 @@ import { ReactNode } from 'react';
import { useScreenLargerThan } from '~/hooks/useScreenLargerThan';
import { usePackageAttributesStore } from '~/tools/client/zustands/usePackageAttributesStore';
import { MainHeader } from '../Header/Header';
import { MainHeader } from '../header/Header';
interface ManageLayoutProps {
children: ReactNode;