mirror of
https://github.com/i701/sarlink-portal.git
synced 2025-06-27 21:43:57 +00:00
first commit
This commit is contained in:
5
app/(dashboard)/devices/page.tsx
Normal file
5
app/(dashboard)/devices/page.tsx
Normal file
@ -0,0 +1,5 @@
|
||||
export default async function Devices() {
|
||||
return <div>
|
||||
<h2>Devices</h2>
|
||||
</div>;
|
||||
}
|
Reference in New Issue
Block a user