generated from Luis/nextjs-python-web-template
Orun changes - added router pages for DLG and AP
This commit is contained in:
committed by
Sara Pervana
parent
d00ac3f3c6
commit
8746b0ba65
9
pkgs/ui/src/app/access-point/page.tsx
Normal file
9
pkgs/ui/src/app/access-point/page.tsx
Normal file
@@ -0,0 +1,9 @@
|
||||
"use client";
|
||||
|
||||
export default function AccessPoint() {
|
||||
return (
|
||||
<div>
|
||||
Access Point Page
|
||||
</div>
|
||||
)
|
||||
}
|
||||
Reference in New Issue
Block a user