ITutorial in react

This commit is contained in:
Olivier Gagnon
2021-09-19 00:46:39 -04:00
parent 61e3959a25
commit 023f2b8309
11 changed files with 685 additions and 510 deletions
@@ -0,0 +1,2 @@
import { EventEmitter } from "../../utils/EventEmitter";
export const ITutorialEvents = new EventEmitter<[]>();