chore: biome lint

This commit is contained in:
Mauricio Siu
2024-09-05 11:17:02 -06:00
parent ae972ba1dd
commit 081cae724b
12 changed files with 60 additions and 62 deletions

View File

@@ -1,9 +1,9 @@
import { ShowRequests } from "@/components/dashboard/requests/show-requests";
import { DashboardLayout } from "@/components/layouts/dashboard-layout";
import { validateRequest } from "@/server/auth/auth";
import type { GetServerSidePropsContext } from "next";
import type { ReactElement } from "react";
import * as React from "react";
import { ShowRequests } from "@/components/dashboard/requests/show-requests";
export default function Requests() {
return <ShowRequests />;