Remove lodash import

This commit is contained in:
Luke Vella 2024-11-09 15:00:41 +00:00
parent ce800df07d
commit c34d9b605e
No known key found for this signature in database
GPG key ID: 469CAD687F0D784C

View file

@ -1,6 +1,5 @@
/* eslint-disable @typescript-eslint/no-unused-vars */
import type { TimeFormat } from "@rallly/database";
import { extend } from "lodash";
import type { DefaultSession, DefaultUser } from "next-auth";
import NextAuth from "next-auth";
import type { DefaultJWT } from "next-auth/jwt";