import Notifications from '../components/Notification' import TopBar from '../components/TopBar' const Index = () => { return (
) } export default Index