mirror of
https://github.com/ajnart/homarr.git
synced 2025-11-14 09:25:47 +01:00
🐛 Fix import for header
This commit is contained in:
@@ -1,6 +1,6 @@
|
|||||||
import { AppShell, useMantineTheme } from '@mantine/core';
|
import { AppShell, useMantineTheme } from '@mantine/core';
|
||||||
|
|
||||||
import { MainHeader } from '~/components/layout/Header/Header';
|
import { MainHeader } from '~/components/layout/header/Header';
|
||||||
|
|
||||||
type MainLayoutProps = {
|
type MainLayoutProps = {
|
||||||
headerActions?: React.ReactNode;
|
headerActions?: React.ReactNode;
|
||||||
|
|||||||
Reference in New Issue
Block a user