Skip to content

Commit 1b47ed3

Browse files
committed
fix: import
1 parent f7207e5 commit 1b47ed3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/e2e/support/commands.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import { hasValidSuitAndRank, cardsMatch, printCard } from './helpers';
22
import { myUser, opponentOne, playerOne, playerTwo } from '../fixtures/userFixtures';
33
import { announcementData } from '../../../src/routes/home/components/announcementDialog/data/announcementData';
4-
import { LS_ANNOUNCEMENT, LS_PLAY_TIME_DIALOG_DISMISSED } from '_/utils/local-storage-utils';
4+
import { LS_ANNOUNCEMENT, LS_PLAY_TIME_DIALOG_DISMISSED } from '../../../utils/local-storage-utils';
55
import MoveType from '../../../utils/MoveType.json';
66

77
/**

0 commit comments

Comments
 (0)