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

This commit is contained in:
2026-04-03 16:28:55 +03:00
commit f42f6f2cf5
49 changed files with 11360 additions and 0 deletions
@@ -0,0 +1,6 @@
import { ReactQueryDevtoolsPanel } from '@tanstack/react-query-devtools'
export default {
name: 'Tanstack Query',
render: <ReactQueryDevtoolsPanel />,
}