Skip to content

Commit ddc4ea7

Browse files
author
Vikas Agarwal
committed
lint fixes
1 parent 08b5469 commit ddc4ea7

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
@@ -3,10 +3,10 @@
33

44
import _ from 'lodash';
55
import config from 'config';
6+
import Promise from 'bluebird';
67
import { middleware as tcMiddleware } from 'tc-core-library-js';
78
import models from '../../models';
89
import util from '../../util';
9-
import Promise from 'bluebird';
1010

1111
/**
1212
/**

0 commit comments

Comments
 (0)