Last lint I swear!

This commit is contained in:
Atridad Lahiji 2023-12-13 14:55:49 -07:00
parent fc063a9122
commit 0114d534bb
No known key found for this signature in database
2 changed files with 2 additions and 2 deletions

View file

@ -1,5 +1,5 @@
import { getAuth } from "@clerk/remix/ssr.server"; import { getAuth } from "@clerk/remix/ssr.server";
import { ActionFunctionArgs, json } from "@remix-run/node"; import { type ActionFunctionArgs, json } from "@remix-run/node";
import { createId } from "@paralleldrive/cuid2"; import { createId } from "@paralleldrive/cuid2";
import { db } from "~/services/db.server"; import { db } from "~/services/db.server";
import { emitter } from "~/services/emitter.server"; import { emitter } from "~/services/emitter.server";

View file

@ -1,5 +1,5 @@
import { getAuth } from "@clerk/remix/ssr.server"; import { getAuth } from "@clerk/remix/ssr.server";
import { ActionFunctionArgs, json } from "@remix-run/node"; import { type ActionFunctionArgs, json } from "@remix-run/node";
import { eq } from "drizzle-orm"; import { eq } from "drizzle-orm";
import { db } from "~/services/db.server"; import { db } from "~/services/db.server";
import { emitter } from "~/services/emitter.server"; import { emitter } from "~/services/emitter.server";