initial commit

This commit is contained in:
2025-12-17 19:40:40 -06:00
commit c3abc377bf
33 changed files with 2068 additions and 0 deletions

View File

@@ -0,0 +1,6 @@
import { ReactQueryDevtoolsPanel } from '@tanstack/react-query-devtools'
export default {
name: 'Tanstack Query',
render: <ReactQueryDevtoolsPanel />,
}