Update line 23. (#18)

Update line 23.
pull/29/head
Francel AMAMOO 2022-08-11 14:04:08 +01:00 committed by GitHub
parent f84cdc88a0
commit 4489964e28
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -20,7 +20,7 @@ index.js:
```js
import { Hono } from 'hono'
import { graphqlServer } from '@hono/graphql-server'
import { graphqlServer } from '@honojs/graphql-server'
import { buildSchema } from 'graphql'
export const app = new Hono()