Merge branch 'dev'

This commit is contained in:
Atridad Lahiji 2023-12-13 14:54:51 -07:00
commit 86f4689c32
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";