Fix layout error

This commit is contained in:
Braydon 2024-04-16 10:25:50 -04:00
parent 8f2cd92e62
commit 31806a6d58

@ -6,7 +6,7 @@ import { cn } from "@/lib/utils";
import ThemeProvider from "@/provider/theme-provider";
import type { Metadata, Viewport } from "next";
import PlausibleProvider from "next-plausible";
import "../globals.css";
import "./globals.css";
/**
* Site metadata & viewport.