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