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,9 @@
import packageJson from "reacord/package.json"
import type { LinksFunction, LoaderFunction, MetaFunction } from "remix"
import type {
LinksFunction,
LoaderFunction,
MetaFunction,
} from "@remix-run/node"
import {
Links,
LiveReload,
@@ -8,7 +12,7 @@ import {
Scripts,
ScrollRestoration,
useLoaderData,
} from "remix"
} from "@remix-run/react"
import bannerUrl from "~/assets/banner.png"
import faviconUrl from "~/assets/favicon.png"
import { GuideLinksProvider } from "~/modules/navigation/guide-links-context"