Skip to content
Snippets Groups Projects
Commit 4d68206d authored by Wilson JALLET's avatar Wilson JALLET :money_with_wings:
Browse files

Removed useless imports

parent 0d5f4807
No related branches found
No related tags found
No related merge requests found
......@@ -3,13 +3,7 @@
*/
import server from './server';
import colors from 'colors';
<<<<<<< HEAD
import setupLdapAuth from './ldap/ldap_auth.js';
=======
import { graphqlExpress, graphiqlExpress } from 'graphql-server-express';
import makeExecutableSchema from 'graphql-tools';
import setupLdapAuth from './ldap/ldap_auth';
>>>>>>> ae873fe15e2b7ad99437bcd23a8dd5e6263b6683
import router from './admin_view/admin_router';
// setting up ldap authentication
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment