feat: add tanstack query

This commit is contained in:
2026-06-15 15:11:37 +05:30
parent 925a2eb4fa
commit 134e2d1bb8
7 changed files with 86 additions and 2 deletions

View File

@@ -1,7 +1,7 @@
import type { Metadata } from 'next';
import { Geist, Geist_Mono } from 'next/font/google';
import './globals.css';
import { ThemeProvider } from '@/components/theme-provider';
import { ThemeProvider } from '@/providers/ThemeProvider';
import { Toaster } from '@/components/ui/sonner';
import { BackgroundGradient } from '@/components/background-gradient';