💚 Try to fix turbo build

This commit is contained in:
Manuel
2023-08-05 12:03:33 +02:00
parent 050ed8f877
commit 9f7c41919d

View File

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