Col } from 'react-bootstrap';
export default class CustomNav extends Component {
render() {
return (
<Row className="mx-0">
hello
</Row>
)
};
}
why is this simple component showing blank screen?
I believe it should be used inside a grid?
nope even a <Button/> compronent from react-bootstrap doesnt work
Обсуждают сегодня