mirror of
https://github.com/Instadapp/smart-lookup.git
synced 2024-07-29 22:38:20 +00:00
8 lines
194 B
Vue
8 lines
194 B
Vue
<template>
|
|
<div class="sm:mx-auto sm:w-full sm:max-w-md">
|
|
<div class="bg-white py-8 px-4 shadow sm:rounded-lg sm:px-10">
|
|
<div>Enter any address</div>
|
|
</div>
|
|
</div>
|
|
</template>
|