mirror of
https://github.com/selfxyz/self.git
synced 2026-04-27 03:01:15 -04:00
fix import
This commit is contained in:
@@ -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';
|
||||
|
||||
Reference in New Issue
Block a user