Moved files out of app dir

This commit is contained in:
2023-09-21 20:25:31 -04:00
parent 8eaeeb9554
commit ab4073f280
19 changed files with 16 additions and 16 deletions

View File

@@ -0,0 +1,5 @@
import './Sidebar.css';
export default function Sidebar() {
return <div className=''></div>;
}