// 'use client'
// import { Button } from "@nextui-org/button"
// import { Box } from '@chakra-ui/react'
// export default function About() {
// return (
//
// About
// The stuff is here
//
// This is the Box
//
//
// )
// }
import { Container, Row, Col, Button } from 'react-bootstrap'
export default function MyPage() {
return (
Welcome to My Page
)
}