Orun changes - added router pages for DLG and AP

This commit is contained in:
sara-pervana
2023-11-21 17:56:43 +01:00
committed by Sara Pervana
parent d00ac3f3c6
commit 8746b0ba65
3 changed files with 64 additions and 12 deletions

View File

@@ -0,0 +1,9 @@
"use client";
export default function DLG() {
return (
<div>
DLG Page
</div>
)
}