chore: initialize project
Deploy monie-web to prod (kaniko) / build-and-deploy (push) Successful in 10m51s
Deploy monie-web to prod (kaniko) / build-and-deploy (push) Successful in 10m51s
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
import { QueryClient } from '@tanstack/react-query'
|
||||
|
||||
export function getContext() {
|
||||
const queryClient = new QueryClient()
|
||||
|
||||
return {
|
||||
queryClient,
|
||||
}
|
||||
}
|
||||
export default function TanstackQueryProvider() {}
|
||||
Reference in New Issue
Block a user