Suggestion: let prettier sort imports order (#673)

* Suggestion: let prettier sort imports order

# Conflicts:
#	yarn.lock

* AUTO SORT ALL THE IMPORTS

* Linting

* Fixes test
This commit is contained in:
Omar López
2021-09-22 13:52:38 -06:00
committed by GitHub
parent 3add84a279
commit d194878bb2
192 changed files with 921 additions and 577 deletions

View File

@@ -1,7 +1,9 @@
import { hashPassword } from "../lib/auth";
import { Prisma, PrismaClient, UserPlan } from "@prisma/client";
import dayjs from "dayjs";
import { uuid } from "short-uuid";
import { hashPassword } from "../lib/auth";
const prisma = new PrismaClient();
async function createBookingForEventType(opts: {