mirror of
https://github.com/Ocelot-Social-Community/Ocelot-Social.git
synced 2026-01-20 20:01:25 +00:00
fixed default import syntax
This commit is contained in:
parent
1a264a2662
commit
0b270ee7c3
@ -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'
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user