Skip to content

Commit f45e163

Browse files
deepracticexsclaude
andcommitted
fix(storex): remove unused imports
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent ac9f80d commit f45e163

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

packages/storex/src/StoreX.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@
88
* ResourceX is for AI agents (add, resolve, ingest, push, pull).
99
*/
1010

11-
import type { CASRegistry, RXI, RXM, RXR, SearchOptions, StoredRXM } from "@resourcexjs/core";
12-
import { format, parse } from "@resourcexjs/core";
11+
import type { CASRegistry, RXM, RXR, StoredRXM } from "@resourcexjs/core";
12+
import { parse } from "@resourcexjs/core";
1313

1414
/**
1515
* File metadata returned by list operations.

0 commit comments

Comments
 (0)