Skip to content

Commit

Permalink
fix: incorrect auto-import
Browse files Browse the repository at this point in the history
  • Loading branch information
elwinschmitz authored Sep 9, 2024
1 parent 63e20a8 commit 34d1fc1
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import LoginPage from '@121-e2e/pages/Login/LoginPage';
import ChangePasswordPage from '@121-e2e/portalicious/pages/ChangePasswordPage';
import LoginPage from '@121-e2e/portalicious/pages/LoginPage';
import { SeedScript } from '@121-service/src/scripts/seed-script.enum';
import { resetDB } from '@121-service/test/helpers/utility.helper';
import { test } from '@playwright/test';
Expand Down

0 comments on commit 34d1fc1

Please sign in to comment.