7 lines
171 B
Vue
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>
|