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 { Comfortaa, Inter } from 'next/font/google'; | ||||||
| import { notFound } from 'next/navigation'; | import { notFound } from 'next/navigation'; | ||||||
| import { ConfigProvider } from 'antd'; | import { ConfigProvider } from 'antd'; | ||||||
| import StyledRegistry from '../../lib/StyleRegistry'; | import StyledRegistry from '../../StyleRegistry'; | ||||||
| import StyledComponentsRegistry from '../../lib/AntdRegistry'; | import StyledComponentsRegistry from '../../AntdRegistry'; | ||||||
| import { ALLOWED_LOCALES } from '../../constants/locale'; | import { ALLOWED_LOCALES } from '../constants/locale'; | ||||||
| import theme from '../../constants/theme'; | import theme from '../constants/theme'; | ||||||
| import '../../styles/style.scss'; | import '../../styles/style.scss'; | ||||||
| 
 | 
 | ||||||
| type RootLayoutProps = { | type RootLayoutProps = { | ||||||
|  |  | ||||||
		Loading…
	
		Reference in New Issue