fix import

This commit is contained in:
Justin Hernandez
2025-07-28 13:22:27 -07:00
parent b281f15a16
commit fa42b07ce4

View File

@@ -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';