dev #12

Merged
k1nq merged 30 commits from dev into master 2025-12-01 12:03:22 +00:00
1 changed files with 1 additions and 1 deletions
Showing only changes of commit 16746e075c - Show all commits

View File

@ -5,7 +5,7 @@ import { type PropsWithChildren } from 'react'
import { ThemeProvider } from '@/components/theme/theme-provider'
import { Toaster } from '@/components/ui/toaster'
import { createQueryClient } from '@/lib/query-client'
import { createQueryClient } from '@/lib/query-client.ts'
export const AppProvider = ({ children }: PropsWithChildren) => {
const [queryClient] = useState(() => createQueryClient())