mirror of
https://github.com/i701/sarlink-portal.git
synced 2025-02-24 01:02:01 +00:00
6 lines
86 B
TypeScript
6 lines
86 B
TypeScript
|
export default async function Devices() {
|
||
|
return <div>
|
||
|
<h2>Devices</h2>
|
||
|
</div>;
|
||
|
}
|