diff --git a/front/pages/poke/[wId]/index.tsx b/front/pages/poke/[wId]/index.tsx index 61ee1050cc68..1146a0a53f52 100644 --- a/front/pages/poke/[wId]/index.tsx +++ b/front/pages/poke/[wId]/index.tsx @@ -25,7 +25,6 @@ import { DataSourceDataTable } from "@app/components/poke/data_sources/table"; import { FeatureFlagsDataTable } from "@app/components/poke/features/table"; import PokeNavbar from "@app/components/poke/PokeNavbar"; import { - ActiveSubscriptionPlanLimitationsTable, ActiveSubscriptionTable, SubscriptionsDataTable, } from "@app/components/poke/subscriptions/table";