diff --git a/src/app/[locale]/__e2e__/fixtures/page/HomePage.ts b/src/app/[locale]/__e2e__/fixtures/page/HomePage.ts index f65de97d..b58eb433 100644 --- a/src/app/[locale]/__e2e__/fixtures/page/HomePage.ts +++ b/src/app/[locale]/__e2e__/fixtures/page/HomePage.ts @@ -1,5 +1,4 @@ import type { Locator } from '@playwright/test' - import { defaultLocale } from 'src/helpers/config/i18n' import type { I18nLocale } from 'src/types/i18n' import { BasePage } from 'tests/fixtures'