style: fix linting issues with imports

This commit is contained in:
Divlo
2022-01-13 17:41:34 +01:00
parent 5643ab420f
commit 32ac15c831
4 changed files with 2 additions and 3 deletions

View File

@ -1,5 +1,4 @@
import { Static, Type } from '@sinclair/typebox'
import { FastifyPluginAsync, FastifySchema } from 'fastify'
import prisma from '../../../tools/database/prisma.js'