This commit is contained in:
Jared Palmer 2023-05-19 14:29:13 -04:00
parent ae9eae0018
commit ccdadbe5b7
3 changed files with 1 additions and 7 deletions

View file

@ -1,4 +1,4 @@
import "@/styles/globals.css"; import "./globals.css";
import { Metadata } from "next"; import { Metadata } from "next";
import { ThemeProvider } from "@/components/theme-provider"; import { ThemeProvider } from "@/components/theme-provider";

View file

@ -1,6 +0,0 @@
export interface NavItem {
title: string;
href?: string;
disabled?: boolean;
external?: boolean;
}