From 4e02fbbeb100b52e90ec52d290f0722426619861 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daphn=C3=A9=20Popin?= Date: Thu, 4 Apr 2024 19:03:40 +0200 Subject: [PATCH] lint --- front/pages/poke/[wId]/index.tsx | 1 - 1 file changed, 1 deletion(-) 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";