UPDATE: Remove unused package
All checks were successful
Gitea Auto Deploy / Deploy-Container (push) Successful in 1m28s

This commit is contained in:
2025-09-27 17:15:48 +07:00
parent 4245c9bfde
commit 7ba4acfab8
3 changed files with 0 additions and 12 deletions

View File

@@ -7,8 +7,6 @@ import Footer from "@/components/footer";
import { NextIntlClientProvider } from "next-intl";
import { getLocale, getMessages } from "next-intl/server";
import { ToastContainer } from 'react-toastify';
import { SpeedInsights } from '@vercel/speed-insights/next';
import { Analytics } from '@vercel/analytics/react';
const geistSans = Geist({
variable: "--font-geist-sans",
@@ -77,8 +75,6 @@ export default async function RootLayout({
</ThemeProvider>
</NextIntlClientProvider>
<ToastContainer/>
<SpeedInsights />
<Analytics />
</body>
</html>
);