initial websocket setup
This commit is contained in:
@@ -1,7 +1,9 @@
|
||||
<template>
|
||||
<TimedOrder/>
|
||||
<!-- <Vault/>-->
|
||||
</template>
|
||||
|
||||
<script setup>
|
||||
import TimedOrder from "@/components/TimedOrderEntry.vue";
|
||||
import Vault from "@/components/Vault.vue";
|
||||
</script>
|
||||
|
||||
Reference in New Issue
Block a user