mirror of
https://github.com/lukevella/rallly.git
synced 2025-04-28 17:56:37 +02:00
Fix linting
This commit is contained in:
parent
1808ba6601
commit
681edc5e13
1 changed files with 1 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
||||||
import type { Page, Request } from "@playwright/test";
|
import type { Page } from "@playwright/test";
|
||||||
import { expect, test } from "@playwright/test";
|
import { expect, test } from "@playwright/test";
|
||||||
import { load } from "cheerio";
|
import { load } from "cheerio";
|
||||||
import type { PollPage } from "tests/poll-page";
|
import type { PollPage } from "tests/poll-page";
|
||||||
|
|
Loading…
Add table
Reference in a new issue