Minor Improvements

This commit is contained in:
aftabrehan
2024-02-02 19:21:43 +05:00
parent ae8ebdc7df
commit f6ac76f19d
4 changed files with 3 additions and 3 deletions

View File

@@ -1,7 +1,7 @@
import { Inter } from 'next/font/google'
import type { Metadata } from 'next'
import { ThemeProvider } from '@/components/theme-provider'
import { ThemeProvider } from '@/components/theme/theme-provider'
import { Header } from '@/components/header'
import { Footer } from '@/components/footer'