diff --git a/app/[locale]/page.tsx b/app/[locale]/page.tsx index cb8e25f..4f9829c 100644 --- a/app/[locale]/page.tsx +++ b/app/[locale]/page.tsx @@ -7,3 +7,4 @@ const RootPage: FunctionComponent = ({ params: { locale } }) => { }; export default RootPage; +