diff --git a/frontend/src/app/layout.tsx b/frontend/src/app/layout.tsx index fc35f1b..71ed4c0 100644 --- a/frontend/src/app/layout.tsx +++ b/frontend/src/app/layout.tsx @@ -1,5 +1,6 @@ import { Metadata } from 'next' +import Egg from '/src/components/Egg/Egg' import Settings from '/src/components/Settings/Settings' import { fallbackLng } from '/src/i18n/options' import { useTranslation } from '/src/i18n/server' @@ -31,6 +32,7 @@ const RootLayout = async ({ children }: { children: React.ReactNode }) => {