Skip to content

Commit 70e7592

Browse files
committed
cleanup import
1 parent 53b4183 commit 70e7592

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/hypergraph/src/inboxes/create-inbox.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@ import { secp256k1 } from '@noble/curves/secp256k1';
22
import { randomBytes } from '@noble/hashes/utils';
33
import { cryptoBoxKeyPair } from '@serenity-kit/noble-sodium';
44
import { Effect } from 'effect';
5-
import type * as Inboxes from '../inboxes/types.js';
65
import * as Messages from '../messages/index.js';
76
import * as SpaceEvents from '../space-events/index.js';
87
import { bytesToHex, canonicalize, hexToBytes, stringToUint8Array } from '../utils/index.js';
8+
import type * as Inboxes from './types.js';
99

1010
type CreateAccountInboxParams = {
1111
accountId: string;

0 commit comments

Comments
 (0)