One more lint

This commit is contained in:
Atridad Lahiji 2023-12-13 14:54:40 -07:00
parent 0e21900e83
commit fc063a9122
No known key found for this signature in database

View file

@ -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";