diff --git a/src/app/layout.tsx b/src/app/layout.tsx index 0f6c214..c3dc09c 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -4,10 +4,10 @@ import type { Metadata } from 'next'; import { Comfortaa, Inter } from 'next/font/google'; import { notFound } from 'next/navigation'; import { ConfigProvider } from 'antd'; -import StyledRegistry from '../../lib/StyleRegistry'; -import StyledComponentsRegistry from '../../lib/AntdRegistry'; -import { ALLOWED_LOCALES } from '../../constants/locale'; -import theme from '../../constants/theme'; +import StyledRegistry from '../../StyleRegistry'; +import StyledComponentsRegistry from '../../AntdRegistry'; +import { ALLOWED_LOCALES } from '../constants/locale'; +import theme from '../constants/theme'; import '../../styles/style.scss'; type RootLayoutProps = {