From 869f629c1465e324fd76ef1098bf79efbbe78932 Mon Sep 17 00:00:00 2001 From: Frank Date: Sun, 21 Sep 2025 00:23:05 -0400 Subject: wip: zen --- packages/console/app/src/routes/workspace/[id].tsx | 7 ------- 1 file changed, 7 deletions(-) (limited to 'packages/console/app/src/routes') diff --git a/packages/console/app/src/routes/workspace/[id].tsx b/packages/console/app/src/routes/workspace/[id].tsx index dc8e28cdb..af8a0dd63 100644 --- a/packages/console/app/src/routes/workspace/[id].tsx +++ b/packages/console/app/src/routes/workspace/[id].tsx @@ -2,15 +2,11 @@ import "./[id].css" import { MonthlyLimitSection } from "~/component/workspace/monthly-limit-section" import { NewUserSection } from "~/component/workspace/new-user-section" import { BillingSection } from "~/component/workspace/billing-section" -import { PrivacySection } from "~/component/workspace/privacy-section" import { PaymentSection } from "~/component/workspace/payment-section" import { UsageSection } from "~/component/workspace/usage-section" import { KeySection } from "~/component/workspace/key-section" -import { Show } from "solid-js" -import { useParams } from "@solidjs/router" export default function () { - const params = useParams() return (
@@ -29,9 +25,6 @@ export default function () { - - -
-- cgit v1.2.3