Separate client and server codes. Keep everything in one git repo for simplicity
[vchess.git] / client / src / views / About.vue
1 <template>
2 <div class="about">
3 <h1>This is an about page</h1>
4 </div>
5 </template>