Simplify
This commit is contained in:
parent
ae9eae0018
commit
ccdadbe5b7
3 changed files with 1 additions and 7 deletions
|
|
@ -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";
|
||||||
|
|
|
||||||
|
|
@ -1,6 +0,0 @@
|
||||||
export interface NavItem {
|
|
||||||
title: string;
|
|
||||||
href?: string;
|
|
||||||
disabled?: boolean;
|
|
||||||
external?: boolean;
|
|
||||||
}
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue