Files
hoppscotch/packages/hoppscotch-embed/src/layouts/default.vue
2021-12-01 23:15:14 +05:30

10 lines
237 B
Vue

<template>
<main class="text-center py-10 px-4 text-gray-700 dark:text-gray-200">
<router-view />
<Footer />
<div class="mx-auto mt-5 text-center text-sm opacity-25">
[Default Layout]
</div>
</main>
</template>