import { LauncherModule } from ".."; export const actions = LauncherModule.action({ init() { this.store.setApps([]) }, });