import { Container, Row, Col, Button } from 'react-bootstrap' export default function MyPage() { return (

Welcome to My Page

) }