nidus-sync/ts/components/layout/MainContent.vue
Eli Ribble efa01cffc2
Move session management into session store
Trying to get rid of the redirect to signin on any page refresh
2026-04-17 14:52:02 +00:00

9 lines
121 B
Vue

<template>
<div id="content">
<slot />
</div>
</template>
<script setup lang="ts"></script>
<style scoped></style>