linter issues
All checks were successful
Lint / Lint and Check (push) Successful in 40s

This commit is contained in:
2025-11-15 16:08:05 +01:00
parent 2089e5d01d
commit b630a0ca33
2 changed files with 16 additions and 11 deletions

View File

@@ -1,7 +1,8 @@
'use client';
import { QueryClient, QueryClientProvider } from '@tanstack/react-query';
import { ReactNode, useState } from 'react';
import { useState } from 'react';
import type { ReactNode } from 'react';
export function Providers({ children }: { children: ReactNode }) {
const [queryClient] = useState(