From fc063a912210e71df1bd23ae8e1cb4029cb5f490 Mon Sep 17 00:00:00 2001 From: atridadl Date: Wed, 13 Dec 2023 14:54:40 -0700 Subject: [PATCH] One more lint --- app/routes/dashboard.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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";