import React from 'react' import styles from './sidebar.module.css' export default function Sidebar(props) { const { onClose } = props return (