Skip to content

Commit

Permalink
sovled buggy code
Browse files Browse the repository at this point in the history
  • Loading branch information
shubhagarwal1 committed Oct 26, 2024
1 parent cfe8705 commit 1027483
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions src/app/layout.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,6 @@ import ScrollToTop from "@/components/ui/back2top";
import ScrollProgressBar from "@/components/ui/progress-bar"
import { ToastContainer } from "react-toastify";
import 'react-toastify/dist/ReactToastify.css';
import GTranslateLoader from "@/components/GTranslateLoader";
import ChatbotEmbed from "@/components/Chatbot";

const geistSans = localFont({
src: "./fonts/GeistVF.woff",
Expand Down Expand Up @@ -39,9 +37,7 @@ export default function RootLayout({ children }) {
<Footer />
<ScrollToTop />
<ToastContainer />
<GTranslateLoader />
<ChatbotEmbed />
</body>
</html>
);
}
}

0 comments on commit 1027483

Please sign in to comment.