SD: remove dice button

This commit is contained in:
Qing
2022-09-22 21:40:36 +08:00
parent 491e62fdf1
commit 19f1f07c95
5 changed files with 20 additions and 47 deletions

View File

@@ -1,7 +1,6 @@
import mitt from 'mitt'
export const EVENT_PROMPT = 'prompt'
export const EVENT_RERUN = 'rerun_last_mask'
const emitter = mitt()