add profile, messages, and connectionStatus shared state

This commit is contained in:
riqo 2021-06-23 08:11:36 -05:00
commit 81b4d018fb
9 changed files with 44 additions and 17 deletions

View file

@ -28,7 +28,7 @@
<script lang="ts">
import { defineComponent, ref } from "vue";
import { clearProfile } from "@/render/composables/useProfile"
import { clearProfile } from "@/render/shared/profile"
import { invokeLogout } from "@/render/ipc";
export default defineComponent({