Skip to content

Commit e451496

Browse files
committed
Correcting incorrect path leading to linting failure
1 parent c8ab610 commit e451496

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

exercises/concept/fruit-picker/.meta/exemplar.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
//
33
// @ts-check
44

5-
import { notify } from './notifier';
6-
import { order } from './grocer';
5+
import { notify } from '../notifier';
6+
import { order } from '../grocer';
77

88
/**
99
* @return void

0 commit comments

Comments
 (0)