feat: remove no longer needed modalResultKey inject

This commit is contained in:
Sebin Nyshkim 2023-04-02 20:08:29 +02:00
parent b8c9d8de17
commit 51e72e2021

View file

@ -1,8 +1,5 @@
<script setup lang="ts">
import { ref, inject } from "vue";
import { modalResultKey } from "@/keys";
const modalResult = inject(modalResultKey, Function);
import { ref } from "vue";
interface Props {
id: string;