Skip to content

Commit

Permalink
chore: prune unused imports
Browse files Browse the repository at this point in the history
  • Loading branch information
dckc committed Sep 19, 2024
1 parent ed94d2b commit 9a5964c
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions packages/orchestration/src/types.ts
Original file line number Diff line number Diff line change
@@ -1,8 +1,5 @@
/** @file Rollup of all type definitions in the package, for local import and external export */

import type { HostOf } from '@agoric/async-flow';
import { prepareZcfTools } from './exos/zcf-tools.js';

export type * from './chain-info.js';
export type * from './cosmos-api.js';
export type * from './ethereum-api.js';
Expand Down

0 comments on commit 9a5964c

Please sign in to comment.