Skip to content

Commit

Permalink
clean up import
Browse files Browse the repository at this point in the history
  • Loading branch information
rsek committed Sep 24, 2022
1 parent ff6c4a5 commit 610ebbc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dataforged-tools/src/schema_json/assets/Asset.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import type { AssetAbility , AssetAttachment , AssetState , AssetType , AssetUsage,ConditionMeter, Display, HasAliases, HasDisplay, HasId, HasSource, HasTitle, Input, InputClock, InputNumber, InputSelect , InputText } from "@schema_json";
import type { AssetAbility , AssetAttachment , AssetState , AssetType , AssetUsage,ConditionMeter, Display, HasAliases, HasDisplay, HasId, HasSource, HasTitle, InputClock, InputNumber, InputSelect , InputText } from "@schema_json";

/**
* An interface representing an *Ironsworn: Starforged* asset card.
Expand Down

0 comments on commit 610ebbc

Please sign in to comment.