Skip to content

Commit

Permalink
chore: delete unnecessary code
Browse files Browse the repository at this point in the history
  • Loading branch information
mengxi-ream committed Oct 1, 2024
1 parent ef9b1e2 commit e7aab96
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 40 deletions.
14 changes: 0 additions & 14 deletions packages/vstory/demo/src/demos/UnitViz/GunDeath/input.ts
Original file line number Diff line number Diff line change
Expand Up @@ -52,20 +52,6 @@ export interface QueryNode {
children?: QueryNode[];
}

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

// type DeepRequired<T> = T extends object
// ? {
// [P in keyof T]-?: DeepRequired<T[P]>;
// }
// : T;

// export type RequiredInput = DeepRequired<Input>;

export const defaultInput = {
layout: {
width: 1920,
Expand Down
26 changes: 0 additions & 26 deletions packages/vstory/demo/src/demos/UnitViz/GunDeath/parse-data.tsx

This file was deleted.

0 comments on commit e7aab96

Please sign in to comment.