import React from "react"; import {Sidebar} from "./components/Sidebar"; import "./App.css"; const App = () => (
); export default App;