Skip to content

Commit

Permalink
Fix import
Browse files Browse the repository at this point in the history
  • Loading branch information
berroar committed Oct 18, 2024
1 parent 9fa504c commit 93f95b3
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { checkItemsInList, click } from "../helpers";
import { checkItemsInList, click } from "../../helpers";
import YouLiveHerePage from "../../generated_pages/list_collector_variants/you-live-here-block.page.js";
import ListCollectorPage from "../../generated_pages/list_collector_variants/list-collector.page.js";
import ListCollectorAddPage from "../../generated_pages/list_collector_variants/list-collector-add.page.js";
Expand Down

0 comments on commit 93f95b3

Please sign in to comment.