All pages added

This commit is contained in:
Bahadır Sofuoğlu
2022-11-04 13:30:28 +03:00
parent 5aabc9b5fb
commit c73f822ab4
6 changed files with 588 additions and 0 deletions

10
src/views/pages/Empty.vue Normal file
View File

@@ -0,0 +1,10 @@
<template>
<div className="grid">
<div className="col-12">
<div className="card">
<h5>Empty Page</h5>
<p>Use this page to start from scratch and place your custom content.</p>
</div>
</div>
</div>
</template>