diff --git a/e2e/login.ts b/e2e/login.ts index e4d39346..9f24c68c 100644 --- a/e2e/login.ts +++ b/e2e/login.ts @@ -1,4 +1,4 @@ -import { expect, PlaywrightTestArgs } from '@playwright/test'; +import { expect, type PlaywrightTestArgs } from '@playwright/test'; export function login(route: string) { return async ({ page }: PlaywrightTestArgs) => { diff --git a/src/components/ClusterHList.vue b/src/components/ClusterHList.vue index dde85f27..9705d092 100644 --- a/src/components/ClusterHList.vue +++ b/src/components/ClusterHList.vue @@ -21,7 +21,7 @@