fix: lint issue import order

pull/9078/head
Agusti Fernandez Pardo 2022-07-12 20:09:54 +02:00
parent f87eb7d18e
commit 67fe26ec69
1 changed files with 1 additions and 2 deletions

View File

@ -1,11 +1,10 @@
import { Prisma } from "@prisma/client";
import type { NextApiRequest } from "next"; import type { NextApiRequest } from "next";
import { defaultResponder } from "@calcom/lib/server"; import { defaultResponder } from "@calcom/lib/server";
import { schemaTeamReadPublic } from "@lib/validations/team"; import { schemaTeamReadPublic } from "@lib/validations/team";
import { Prisma } from "@prisma/client";
/** /**
* @swagger * @swagger
* /teams: * /teams: