We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a72ae49 commit d3fffedCopy full SHA for d3fffed
packages/create/src/frameworks/react/add-ons/convex/assets/src/routes/demo/convex.tsx
@@ -4,7 +4,7 @@ import { useQuery, useMutation } from 'convex/react'
4
import { Trash2, Plus, Check, Circle } from 'lucide-react'
5
6
import { api } from '../../../convex/_generated/api'
7
-import { Id } from '../../../convex/_generated/dataModel'
+import type { Id } from '../../../convex/_generated/dataModel'
8
9
export const Route = createFileRoute('/demo/convex')({
10
ssr: false,
0 commit comments