Skip to content

Commit

Permalink
style: lint
Browse files Browse the repository at this point in the history
  • Loading branch information
OnCloud125252 committed Feb 7, 2025
1 parent b646911 commit 05e6fe5
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion app/layout.tsx
Original file line number Diff line number Diff line change
@@ -1,12 +1,13 @@
import type { Metadata, Viewport } from "next";
import { Inter } from "next/font/google";
import dynamic from 'next/dynamic';
import dynamic from "next/dynamic";
import "./globals.css";
import { cn } from "@/lib/utils";
import { SiteHeader } from "@/components/site-header";
import { Providers } from "@/components/providers";
import { siteConfig } from "@/config/site";


const SiteFooter = dynamic(() => import("@/components/site-footer"), {
ssr: false
});
Expand Down

0 comments on commit 05e6fe5

Please sign in to comment.