From 50507d5e5fd482497e060019b508255d658208d8 Mon Sep 17 00:00:00 2001 From: joker Date: Tue, 17 Oct 2023 20:46:21 +0300 Subject: [PATCH] modified: app/layout.tsx modified: public/sitemap-0.xml --- app/layout.tsx | 2 -- public/sitemap-0.xml | 18 ++++++++++-------- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/app/layout.tsx b/app/layout.tsx index 65b275c..cb31409 100644 --- a/app/layout.tsx +++ b/app/layout.tsx @@ -12,7 +12,6 @@ import { Header } from '@/components/header'; import { Search } from '@/components/search'; import { cn } from '@/lib/utils'; -import {Html, Head, Main, NextScript} from 'next/document' import Script from 'next/script'; @@ -82,7 +81,6 @@ export default function RootLayout({ children }: RootLayoutProps) { fontSerif.variable, )} > -