AppEvent.ts 56 B

1234
  1. export const AppEvent = {
  2. APP_START: "app:start",
  3. }