Switch to unified view

a b/web-app/client/src/views/About.vue
1
<template>
2
  <div class="about">
3
    <h1>This is an about page</h1>
4
  </div>
5
</template>