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:
@@ -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: {
|
||||
|
||||
Reference in New Issue
Block a user