remove import of Process

This commit is contained in:
joshuaboud 2022-08-23 18:19:37 -03:00
parent 9f5c0d7f4a
commit 5c8efe2202
No known key found for this signature in database
GPG Key ID: 17EFB59E2A8BF50E

View File

@ -42,6 +42,8 @@ If not, see <https://www.gnu.org/licenses/>.
</template>
<script setup>
import { Process, ScriptProcess } from './lib/Process';
import { ref, reactive, provide } from "vue";
import SettingsMenu from "./components/SettingsMenu.vue";
import Notifications from './components/Notifications.vue';