Files
marketing/src/views/pages/Empty.vue
T
2025-09-07 13:57:56 +05:00

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>