Skip to content

Commit

Permalink
修正
Browse files Browse the repository at this point in the history
  • Loading branch information
hxg2050 committed Jun 10, 2023
1 parent 4b0b199 commit 29d888a
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/core/component/Container.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,4 @@ import { Transform } from "../transform";
import { BaseContainer } from "./BaseContainer";

export class Container extends BaseContainer {
constructor(transform: Transform) {
super(transform);
}
}

0 comments on commit 29d888a

Please sign in to comment.