feat: list file contents

This commit is contained in:
2025-10-17 21:21:19 +03:00
parent a256c3e16f
commit 9b0d48214b
7 changed files with 73 additions and 49 deletions

View File

@@ -1,10 +1,10 @@
// import { FilesList } from "./components/FilesList";
// import { FileContent } from "./components/FileContent";
import { Root } from "./components/Root";
import { Obi } from "./components/Obi";
import "./index.css";
export function App() {
return (<Root/ >);
return (<Obi />);
}
export default App;