We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e15e90f commit 367609bCopy full SHA for 367609b
tests/templates.test.js
@@ -3,8 +3,8 @@ import {
3
// accessTemplate,
4
// buildTemplate,
5
findBestLocaleMatch,
6
-} from '../lib/utils/templates';
7
-import { deepMerge, getNestedValue } from '../lib/utils/objects';
+} from '@/lib/utils/templates';
+import { deepMerge, getNestedValue } from '@/lib/utils/objects';
8
9
/* Example usage
10
template = await Template.create('canada_covid19')
0 commit comments