fix main layout

This commit is contained in:
Сюткина Дарья Александровна (4047910) 2023-12-29 18:11:18 +04:00
parent e0d790b3fa
commit ae92749597
1 changed files with 4 additions and 4 deletions

View File

@ -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 = {