File tree Expand file tree Collapse file tree 1 file changed +7
-6
lines changed
Expand file tree Collapse file tree 1 file changed +7
-6
lines changed Original file line number Diff line number Diff line change 11import "./globals.css" ;
22
3- import type { Metadata } from "next " ;
3+ import { Section , Container } from "@/components/craft " ;
44import { Inter as FontSans } from "next/font/google" ;
55import { ThemeProvider } from "@/components/theme/theme-provider" ;
6- import { Button } from "@/components/ui/button" ;
7- import { MobileNav } from "@/components/nav/mobile-nav" ;
86import { ThemeToggle } from "@/components/theme/theme-toggle" ;
9- import { mainMenu , contentMenu } from "@/menu.config" ;
10- import { Section , Container } from "@/components/craft" ;
7+ import { MobileNav } from "@/components/nav/mobile-nav" ;
118import { Analytics } from "@vercel/analytics/react" ;
9+ import { Button } from "@/components/ui/button" ;
10+
11+ import { mainMenu , contentMenu } from "@/menu.config" ;
1212import { siteConfig } from "@/site.config" ;
13+ import { cn } from "@/lib/utils" ;
1314
1415import Balancer from "react-wrap-balancer" ;
1516import Logo from "@/public/logo.svg" ;
1617import Image from "next/image" ;
1718import Link from "next/link" ;
1819
19- import { cn } from "@/lib/utils " ;
20+ import type { Metadata } from "next " ;
2021
2122const font = FontSans ( {
2223 subsets : [ "latin" ] ,
You can’t perform that action at this time.
0 commit comments