🎨 Remove unused imports (#1709)

This commit is contained in:
Luke Vella 2025-05-06 17:35:11 +01:00 committed by GitHub
parent a625f3e132
commit 023cdd97e2
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
9 changed files with 3 additions and 9 deletions

View file

@ -1,5 +1,4 @@
import { faker } from "@faker-js/faker";
import type { User } from "@prisma/client";
import type { VoteType } from "@prisma/client";
import { prisma } from "@rallly/database";
import dayjs from "dayjs";