update remix imports + format

This commit is contained in:
itsMapleLeaf
2022-04-22 23:50:01 -05:00
parent 3c2d3b4683
commit 752ccc080d
8 changed files with 24 additions and 19 deletions

View File

@@ -1,5 +1,5 @@
import type { ComponentPropsWithoutRef } from "react"
import { Link } from "remix"
import { Link } from "@remix-run/react"
import { ExternalLink } from "~/modules/dom/external-link"
export type AppLinkProps = ComponentPropsWithoutRef<"a"> & {