react-sidebar-v1-master

This commit is contained in:
2022-12-07 00:31:33 +01:00
parent 49158a2b24
commit 6c18cc6336
21 changed files with 187 additions and 307 deletions

View File

@ -0,0 +1,9 @@
import React from 'react';
export default function Home() {
return (
<div>
<h1>HOME</h1>
</div>
);
}