Skip to content

Commit

Permalink
Merge pull request #85 from mengxi-ream/chore/delete-code
Browse files Browse the repository at this point in the history
chore: delete unnecessary code
  • Loading branch information
xiaoluoHe authored Oct 8, 2024
2 parents 1d7c493 + 3aba65b commit 72a7ad2
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 32 deletions.
26 changes: 0 additions & 26 deletions packages/vstory/demo/src/demos/UnitViz/GunDeath/parse-data.tsx

This file was deleted.

6 changes: 0 additions & 6 deletions packages/vstory/src/template/unit/type.ts
Original file line number Diff line number Diff line change
Expand Up @@ -46,9 +46,3 @@ export interface QueryNode {
style?: ISymbolGraphicAttribute;
children?: QueryNode[];
}

export interface UnitNode {
style?: ISymbolGraphicAttribute;
count: number;
children?: UnitNode[];
}

0 comments on commit 72a7ad2

Please sign in to comment.