979853c
1
2
3
4
5
6
7
8
9
10
import { StrictMode } from 'react' import App from '@/App' import '@/i18n' export const Root = () => ( <StrictMode> <App /> </StrictMode> )