mirror of
https://github.com/ajnart/homarr.git
synced 2025-11-06 21:45:47 +01:00
🐛 Fix imports
This commit is contained in:
@@ -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;
|
||||
|
||||
@@ -14,7 +14,7 @@ import { User } from 'next-auth';
|
||||
import { signOut, useSession } from 'next-auth/react';
|
||||
import Link from 'next/link';
|
||||
import { forwardRef } from 'react';
|
||||
import { AboutModal } from '~/components/layout/Header/About/AboutModal';
|
||||
import { AboutModal } from '~/components/layout/header/About/AboutModal';
|
||||
import { useColorScheme } from '~/hooks/use-colorscheme';
|
||||
import { usePackageAttributesStore } from '~/tools/client/zustands/usePackageAttributesStore';
|
||||
|
||||
|
||||
Reference in New Issue
Block a user