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

Revert "change import syntax"

This reverts commit 0c6ce39a.
parent 0c6ce39a
No related branches found
No related tags found
No related merge requests found
......@@ -11,9 +11,9 @@ import './../config_passport';
import authenticator from '../graphql/authenticator';
import connectors from './connectors/connectors';
import * as connectors from './connectors/connectors';
import * as list_selectors from './connectors/list_selectors';
import authentifiers from './connectors/authentifiers';
import * as authentifiers from './connectors/authentifiers';
import MessageResolvers from './resolvers/messages';
import GroupResolvers from './resolvers/groups';
......
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