Skip to content

Commit dfcee8b

Browse files
committed
fix(webapp): settle the API keys route after merging main
1 parent db9f9a2 commit dfcee8b

1 file changed

Lines changed: 0 additions & 7 deletions

File tree

  • apps/webapp/app/routes/_app.orgs.$organizationSlug.projects.$projectParam.env.$envParam.apikeys

apps/webapp/app/routes/_app.orgs.$organizationSlug.projects.$projectParam.env.$envParam.apikeys/route.tsx

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
import { typedjson, useTypedLoaderData } from "remix-typedjson";
21
import {
32
CheckCircleIcon,
43
ExclamationTriangleIcon,
@@ -24,12 +23,6 @@ import {
2423
} from "~/components/layout/AppLayout";
2524
import { Feedback } from "~/components/Feedback";
2625
import { PermissionDenied } from "~/components/PermissionDenied";
27-
import {
28-
Accordion,
29-
AccordionContent,
30-
AccordionItem,
31-
AccordionTrigger,
32-
} from "~/components/primitives/Accordion";
3326
import { Badge } from "~/components/primitives/Badge";
3427
import { Button, LinkButton } from "~/components/primitives/Buttons";
3528
import { Callout } from "~/components/primitives/Callout";

0 commit comments

Comments
 (0)