We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e80cd3d commit 9793c71Copy full SHA for 9793c71
apps/webapp/app/routes/_app.orgs.$organizationSlug_.select-plan/route.tsx
@@ -1,4 +1,4 @@
1
-import { LoaderFunctionArgs } from "@remix-run/server-runtime";
+import { type LoaderFunctionArgs } from "@remix-run/server-runtime";
2
import { redirect, typedjson, useTypedLoaderData } from "remix-typedjson";
3
import { BackgroundWrapper } from "~/components/BackgroundWrapper";
4
import { AppContainer } from "~/components/layout/AppLayout";
0 commit comments