Drop file extension from imports.
This commit is contained in:
parent
921aa517ba
commit
1adea5abf6
@ -1,8 +1,8 @@
|
||||
import Koa from 'koa'
|
||||
import apolloServerKoa from 'apollo-server-koa'
|
||||
import typeDefs from './types.mjs'
|
||||
import resolvers from './resolvers.mjs'
|
||||
import { graphqlUploadKoa } from 'graphql-upload'
|
||||
import typeDefs from './types'
|
||||
import resolvers from './resolvers'
|
||||
|
||||
const app = new Koa().use(
|
||||
graphqlUploadKoa({
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user