fixed default import syntax

This commit is contained in:
Ulf Gebhardt 2019-06-03 23:24:26 +02:00
parent 1a264a2662
commit 0b270ee7c3
No known key found for this signature in database
GPG Key ID: 44C888923CC8E7F3

View File

@ -1,7 +1,7 @@
import express from 'express'
import helmet from 'helmet'
import { GraphQLServer } from 'graphql-yoga'
import { default as CONFIG, requiredConfigs } from './config'
import CONFIG, { requiredConfigs } from './config'
import mocks from './mocks'
import middleware from './middleware'
import { getDriver } from './bootstrap/neo4j'