Skip to content

Commit 9be8a21

Browse files
author
Maksym Mykhailenko
committed
fix: deploying
SyntaxError: Cannot use import statement outside a module
1 parent 8f48ffc commit 9be8a21

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/routes/admin/project-index-create.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import _ from 'lodash';
22
import config from 'config';
33
import { middleware as tcMiddleware } from 'tc-core-library-js';
4-
import { indexProjectsRange } from '../../../src/utils/es';
4+
import { indexProjectsRange } from '../../utils/es';
55

66
/**
77
/**

0 commit comments

Comments
 (0)