mirror of
https://github.com/ajnart/homarr.git
synced 2025-11-06 13:35:48 +01:00
♻️ Improved code structure for layout, remove most settings components
This commit is contained in:
@@ -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/Dashboard/Modals/AboutModal/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