chore: initialize project
Deploy monie-web to prod (kaniko) / build-and-deploy (push) Successful in 10m51s

This commit is contained in:
2026-04-03 16:28:55 +03:00
commit 42b3d16853
49 changed files with 11359 additions and 0 deletions
@@ -0,0 +1,10 @@
import { QueryClient } from '@tanstack/react-query'
export function getContext() {
const queryClient = new QueryClient()
return {
queryClient,
}
}
export default function TanstackQueryProvider() {}