Skip to content

Commit

Permalink
fix(example): Fix incorrect import path
Browse files Browse the repository at this point in the history
  • Loading branch information
caaatisgood committed Apr 26, 2024
1 parent 39ba1d8 commit e4de915
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/with-prisma/packages/database/src/seed.ts
@@ -1,4 +1,4 @@
import { prisma } from ".";
import { prisma } from "./client";

import type { User } from "@prisma/client";

Expand Down

0 comments on commit e4de915

Please sign in to comment.