diff --git a/src/app/[locale]/layout.jsx b/src/app/[locale]/layout.jsx index 5f00dcc..6707357 100644 --- a/src/app/[locale]/layout.jsx +++ b/src/app/[locale]/layout.jsx @@ -9,6 +9,7 @@ import { ToastContainer } from 'react-toastify'; import graphql from "src/utils/graphql"; import { Rubik, Roboto } from "next/font/google"; +import { Bounce } from "react-toastify"; const gql = ` query Navbars($locale: I18NLocaleCode) { @@ -94,6 +95,20 @@ export default async function LocaleLayout({ {children} +