first commit

This commit is contained in:
2024-11-24 23:30:44 +05:00
parent 92d9e90cd6
commit 7389de4c76
59 changed files with 6368 additions and 159 deletions

View File

@ -0,0 +1,5 @@
export default async function Devices() {
return <div>
<h2>Devices</h2>
</div>;
}