Skip to content

Commit

Permalink
Hacky workaround for zod dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
msfstef committed Apr 25, 2024
1 parent 6e183ae commit 951c638
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/toolbar/test/generated/index.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { z } from 'zod'
import { z } from '../../node_modules/electric-sql/node_modules/zod'
import type { Prisma } from './prismaClient'
import {
type TableSchema,
Expand Down

0 comments on commit 951c638

Please sign in to comment.