Skip to content

Commit

Permalink
Remove unused import
Browse files Browse the repository at this point in the history
  • Loading branch information
tillprochaska committed Jan 8, 2025
1 parent f70535c commit 41dcf2c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/src/util/ftm.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import defaultModel from '../../../js/src/defaultModel.json';
import { Model, Schema } from '@alephdata/followthemoney';
import { Model, type Schema } from '@alephdata/followthemoney';

export const model = new Model(defaultModel);

Expand Down

0 comments on commit 41dcf2c

Please sign in to comment.