Skip to content

Commit

Permalink
chore: removed unused imports
Browse files Browse the repository at this point in the history
  • Loading branch information
froid1911 committed Feb 14, 2024
1 parent 5d52a91 commit c5e3471
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions api/src/app.ts
Original file line number Diff line number Diff line change
@@ -1,11 +1,9 @@
import type { Express } from 'express';
import express from 'express';
import expressPlayground from 'graphql-playground-middleware-express';
import { getChildLogger } from './logger';
import basePrisma from './database';
import { API_GQL_ENDPOINT } from './env';
import {
MiddlewareOptions,
renderPlaygroundPage,
} from 'graphql-playground-html'

Expand Down

0 comments on commit c5e3471

Please sign in to comment.