🎨 Use separate import types (#1826)

This commit is contained in:
Luke Vella 2025-07-15 11:31:33 +01:00 committed by GitHub
parent e94eed373d
commit f79416e695
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
22 changed files with 53 additions and 35 deletions

View file

@ -1,5 +1,6 @@
import type { Page } from "@playwright/test";
import { prisma, type UserRole } from "@rallly/database";
import type { UserRole } from "@rallly/database";
import { prisma } from "@rallly/database";
import { LoginPage } from "./login-page";
export async function createUserInDb({