Skip to content

Commit 195c5d7

Browse files
authored
Update the path for the subcription portal (#1885)
1 parent 36159be commit 195c5d7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apps/webapp/app/routes/resources.$organizationSlug.subscription.v3.portal.ts renamed to apps/webapp/app/routes/resources.$organizationSlug.subscription.portal.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import { ActionFunctionArgs } from "@remix-run/server-runtime";
1+
import { type ActionFunctionArgs } from "@remix-run/server-runtime";
22
import { redirect } from "remix-typedjson";
33
import { prisma } from "~/db.server";
44
import { redirectWithErrorMessage } from "~/models/message.server";

0 commit comments

Comments
 (0)