Skip to content

Commit a55dc0f

Browse files
committed
feat(react): add abstract class Controller
1 parent 88dcc80 commit a55dc0f

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/react/controller.ts

+3
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
import { GlobalEvent } from 'mo/common/event';
2+
3+
export abstract class Controller extends GlobalEvent {}

0 commit comments

Comments
 (0)