transfer Ownership
This commit is contained in:
parent
8f23a688cb
commit
0fb7a563d0
10 changed files with 195 additions and 10 deletions
|
@ -16,7 +16,7 @@ import Header from "./components/Header.vue";
|
|||
import Footer from "./components/Footer.vue";
|
||||
import { mapState } from "pinia";
|
||||
import { useAuthStore } from "./stores/auth";
|
||||
import { isAuthenticatedPromise } from "./router/authGuards";
|
||||
import { isAuthenticatedPromise } from "./router/authGuard";
|
||||
import ContextMenu from "./components/ContextMenu.vue";
|
||||
import Modal from "./components/Modal.vue";
|
||||
</script>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue