mirror of
https://github.com/Instadapp/smart-lookup.git
synced 2024-07-29 22:38:20 +00:00
9 lines
200 B
Vue
9 lines
200 B
Vue
<template>
|
|
<Html class="h-full bg-gray-50">
|
|
<Body class="h-full" />
|
|
</Html>
|
|
<div class="min-h-full flex flex-col justify-center py-12 sm:px-6 lg:px-8">
|
|
<NuxtPage />
|
|
</div>
|
|
</template>
|