import React from 'react'; import { Redirect } from 'react-router-dom'; import Sidebar from './sidebar'; const MultiEdit = (props) => { if (!props.user){ return } const cat = props.match.params.cat; return ( Click a building to colour Set Year built to 1999 ); } export default MultiEdit;
Click a building to colour
Set Year built to 1999