🐛 Fix import for header

This commit is contained in:
Manuel
2023-08-05 12:23:46 +02:00
parent 2615f8e0ae
commit bbcbda74a9

View File

@@ -1,6 +1,6 @@
import { AppShell, useMantineTheme } from '@mantine/core';
import { MainHeader } from '~/components/layout/Header/Header';
import { MainHeader } from '~/components/layout/header/Header';
type MainLayoutProps = {
headerActions?: React.ReactNode;