UNPKG

salat

Version:

Daily Moroccan prayers time, right in your console, at the tip of your fingers

7 lines (6 loc) 295 B
import { jsx as _jsx } from "react/jsx-runtime"; import { queryClient } from "#lib/queryClient"; import { QueryClientProvider } from "@tanstack/react-query"; export const QueryProvider = ({ children }) => { return (_jsx(QueryClientProvider, { client: queryClient, children: children })); };