mirror of
https://github.com/lukevella/rallly.git
synced 2025-07-29 06:07:25 +02:00
🎨 Use separate import types (#1826)
This commit is contained in:
parent
e94eed373d
commit
f79416e695
22 changed files with 53 additions and 35 deletions
|
@ -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({
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue