From e6e1bc839001e1dbb1d40e3d0d03800a5fc34e09 Mon Sep 17 00:00:00 2001 From: Kial Jinnah Date: Fri, 13 Dec 2024 12:14:57 -0500 Subject: [PATCH] UI - hosts reference fix Signed-off-by: Kial Jinnah --- strr-host-pm-web/app/stores/hostOwner.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/strr-host-pm-web/app/stores/hostOwner.ts b/strr-host-pm-web/app/stores/hostOwner.ts index 890fa1cd..616c4588 100644 --- a/strr-host-pm-web/app/stores/hostOwner.ts +++ b/strr-host-pm-web/app/stores/hostOwner.ts @@ -1,5 +1,4 @@ import { z } from 'zod' -import { getOptionalBn15 } from '../../../strr-base-web/app/utils/connect-validation/business-number' export const useHostOwnerStore = defineStore('host/owner', () => { // TODO: pull common pieces of this and useStrrContactStore into base composable