diff --git a/app/routes/dashboard.tsx b/app/routes/dashboard.tsx index e3ade04..354b187 100644 --- a/app/routes/dashboard.tsx +++ b/app/routes/dashboard.tsx @@ -1,5 +1,5 @@ import { getAuth } from "@clerk/remix/ssr.server"; -import { LoaderFunction, redirect } from "@remix-run/node"; +import { type LoaderFunction, redirect } from "@remix-run/node"; import { Link } from "@remix-run/react"; import { LogInIcon, ShieldIcon, StarIcon, TrashIcon } from "lucide-react"; import { useState } from "react";