Merge pull request #48 from VAR-Virtual-Air-Rescue/eslint

Fix NextJS app ESlint errors
This commit was merged in pull request #48.
This commit is contained in:
PxlLoewe
2025-07-10 00:37:12 -07:00
committed by GitHub
89 changed files with 845 additions and 432 deletions

View File

@@ -4,7 +4,6 @@ import { Service } from "../page";
import { generateToken } from "./action";
import { useSession } from "next-auth/react";
import { useErrorBoundary } from "react-error-boundary";
import { se } from "date-fns/locale";
import { PERMISSION } from "@repo/db";
export const Authorize = ({ service }: { service: Service }) => {