From fa42b07ce4fc9b2f33e79ed158c3094f4898cc58 Mon Sep 17 00:00:00 2001 From: Justin Hernandez Date: Mon, 28 Jul 2025 13:22:27 -0700 Subject: [PATCH] fix import --- app/src/utils/proving/provingMachine.ts | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/app/src/utils/proving/provingMachine.ts b/app/src/utils/proving/provingMachine.ts index 4acfb7c79..4e0d76b19 100644 --- a/app/src/utils/proving/provingMachine.ts +++ b/app/src/utils/proving/provingMachine.ts @@ -1,12 +1,10 @@ // SPDX-License-Identifier: BUSL-1.1; Copyright (c) 2025 Social Connect Labs, Inc.; Licensed under BUSL-1.1 (see LICENSE); Apache-2.0 from 2029-06-11 -import type { +import type { EndpointType, PassportData, SelfApp } from '@selfxyz/common'; +import { DocumentCategory, - EndpointType, getCircuitNameFromPassportData, getSolidityPackedUserContextData, - PassportData, - SelfApp, } from '@selfxyz/common'; import forge from 'node-forge'; import socketIo, { Socket } from 'socket.io-client';