fix main layout
This commit is contained in:
parent
e0d790b3fa
commit
ae92749597
|
@ -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 = {
|
||||
|
|
Loading…
Reference in New Issue