From 49fb81dd0332dddcfab10b61dee70534fc54cadc Mon Sep 17 00:00:00 2001 From: Gurjeet Matharu Date: Tue, 24 Oct 2023 17:31:04 -0700 Subject: [PATCH] removing unused import Signed-off-by: Gurjeet Matharu --- .../frontend/src/store/innkeeper/innkeeperTenantsStore.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/services/tenant-ui/frontend/src/store/innkeeper/innkeeperTenantsStore.ts b/services/tenant-ui/frontend/src/store/innkeeper/innkeeperTenantsStore.ts index b93d7e0b6..6d9544bcc 100644 --- a/services/tenant-ui/frontend/src/store/innkeeper/innkeeperTenantsStore.ts +++ b/services/tenant-ui/frontend/src/store/innkeeper/innkeeperTenantsStore.ts @@ -22,7 +22,6 @@ import { import { RESERVATION_STATUS_ROUTE } from '@/helpers/constants'; import { API_PATH, RESERVATION_STATUSES } from '@/helpers/constants'; import { useConfigStore } from '../configStore'; -import test from 'node:test'; export interface TenantResponseData { tenant_id?: string;