mirror of
https://github.com/Dokploy/examples.git
synced 2026-07-05 22:15:24 +02:00
feat(tanstack): initialize TanStack project with routing, API, and error handling components
This commit is contained in:
7
tanstack/src/utils/users.tsx
Normal file
7
tanstack/src/utils/users.tsx
Normal file
@@ -0,0 +1,7 @@
|
||||
export type User = {
|
||||
id: number
|
||||
name: string
|
||||
email: string
|
||||
}
|
||||
|
||||
export const DEPLOY_URL = 'http://localhost:3000'
|
||||
Reference in New Issue
Block a user