Skip to content

Commit 367609b

Browse files
committed
Attempting to fix import error
1 parent e15e90f commit 367609b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/templates.test.js

+2-2
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@ import {
33
// accessTemplate,
44
// buildTemplate,
55
findBestLocaleMatch,
6-
} from '../lib/utils/templates';
7-
import { deepMerge, getNestedValue } from '../lib/utils/objects';
6+
} from '@/lib/utils/templates';
7+
import { deepMerge, getNestedValue } from '@/lib/utils/objects';
88

99
/* Example usage
1010
template = await Template.create('canada_covid19')

0 commit comments

Comments
 (0)