Switch to unified view

a b/web-app/client/src/components/patientd.vue
1
<template>
2
    <div>
3
        <h1>inside pd</h1>
4
    </div>
5
</template>
6
7
<script>
8
export default {
9
    name : "patientd"
10
}
11
</script>