import Head from "./Head" import List from "./List" function Sidebar({ user }) { return ( ) } export default Sidebar