feat (appsidebar): add outpatient menu and pages

This commit is contained in:
Abizrh
2025-08-13 14:38:31 +07:00
parent 89eaa7cdab
commit a6558e312b
7 changed files with 47 additions and 21 deletions
@@ -0,0 +1,3 @@
<template>
<div>Examination Queue</div>
</template>
@@ -0,0 +1,3 @@
<template>
<div>Examination</div>
</template>
@@ -0,0 +1,3 @@
<template>
<div>Registration Queue</div>
</template>
@@ -0,0 +1,3 @@
<template>
<div>Registration</div>
</template>