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