Skip to content

Commit 9793c71

Browse files
committed
type only import
1 parent e80cd3d commit 9793c71

File tree

1 file changed

+1
-1
lines changed
  • apps/webapp/app/routes/_app.orgs.$organizationSlug_.select-plan

1 file changed

+1
-1
lines changed

apps/webapp/app/routes/_app.orgs.$organizationSlug_.select-plan/route.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import { LoaderFunctionArgs } from "@remix-run/server-runtime";
1+
import { type LoaderFunctionArgs } from "@remix-run/server-runtime";
22
import { redirect, typedjson, useTypedLoaderData } from "remix-typedjson";
33
import { BackgroundWrapper } from "~/components/BackgroundWrapper";
44
import { AppContainer } from "~/components/layout/AppLayout";

0 commit comments

Comments
 (0)