Skip to content

Commit 4b82df8

Browse files
committed
Use type only import
1 parent 2f53e84 commit 4b82df8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apps/webapp/app/routes/resources.orgs.$organizationSlug.select-plan.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ import { type ActionFunctionArgs } from "@remix-run/server-runtime";
1111
import { uiComponent } from "@team-plain/typescript-sdk";
1212
import { GitHubLightIcon } from "@trigger.dev/companyicons";
1313
import {
14-
AddOnPricing,
14+
type AddOnPricing,
1515
type FreePlanDefinition,
1616
type Limits,
1717
type PaidPlanDefinition,

0 commit comments

Comments
 (0)