index.ts 132 B

1234567
  1. import { LauncherModule } from "..";
  2. export const actions = LauncherModule.action({
  3. init() {
  4. this.store.setApps([])
  5. },
  6. });