We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 08b5469 commit ddc4ea7Copy full SHA for ddc4ea7
src/routes/admin/project-index-create.js
@@ -3,10 +3,10 @@
3
4
import _ from 'lodash';
5
import config from 'config';
6
+import Promise from 'bluebird';
7
import { middleware as tcMiddleware } from 'tc-core-library-js';
8
import models from '../../models';
9
import util from '../../util';
-import Promise from 'bluebird';
10
11
/**
12
0 commit comments