Files
agenciapsilmno/src/views/pages/Empty.vue
2023-05-06 13:45:56 +03:00

7 lines
171 B
Vue

<template>
<div className="card">
<h5>Empty Page</h5>
<p>Use this page to start from scratch and place your custom content.</p>
</div>
</template>