7 lines
208 B
Vue
7 lines
208 B
Vue
<template>
|
|
<div className="card">
|
|
<div class="font-semibold text-xl mb-4">Empty Page</div>
|
|
<p>Use this page to start from scratch and place your custom content.</p>
|
|
</div>
|
|
</template>
|