Skip to content

Commit

Permalink
Delete import statements
Browse files Browse the repository at this point in the history
Signed-off-by: alexru26 <[email protected]>
  • Loading branch information
alexru26 committed Jan 11, 2024
1 parent e02a6ab commit 208144d
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions components/OuterComponents.vue
Original file line number Diff line number Diff line change
@@ -1,12 +1,9 @@
<script setup lang="ts">
import {useWindowSize} from "@vueuse/core";
// import {VerticalNavigationLink} from "@nuxt/ui/dist/runtime/types";
import LoginState from "~/utils/authorization/LoginState";
import {loginStateKey} from "~/utils/keys";
import AddButton from "~/components/AddButton.vue";
import SessionResponse = PouchDB.Authentication.SessionResponse;
// import {Ref} from "@vue/reactivity";
// import {UnwrapRef} from "vue";
const {loginState,usernameState, sessionState, logout}: {
logout: () => Promise<void>;
Expand Down

0 comments on commit 208144d

Please sign in to comment.