feat: remove no longer needed isWarn property and injection key

This commit is contained in:
Sebin Nyshkim 2023-04-02 17:45:08 +02:00
parent cc664a764d
commit b8c9d8de17
5 changed files with 4 additions and 10 deletions

View file

@ -1,6 +1,5 @@
import type { InjectionKey, Ref } from "vue";
export const isWarnKey: InjectionKey<Ref<boolean>> = Symbol("isWarnKey");
export const nsfwKey: InjectionKey<Ref<boolean>> = Symbol("nsfwKey");
export const showModalKey: InjectionKey<Function> = Symbol("showModalKey");
export const modalResultKey: InjectionKey<Function> = Symbol("modalResultKey");