From 5384f173cdb92e7fc04d3fe81d7a02724c64e988 Mon Sep 17 00:00:00 2001 From: Jasen Qin Date: Sat, 27 Apr 2024 21:05:22 +1000 Subject: [PATCH] base --- pos-frontend/app/about/page.tsx | 17 ++++++++++++----- 1 file changed, 12 insertions(+), 5 deletions(-) diff --git a/pos-frontend/app/about/page.tsx b/pos-frontend/app/about/page.tsx index 5e06368..a34f851 100644 --- a/pos-frontend/app/about/page.tsx +++ b/pos-frontend/app/about/page.tsx @@ -1,6 +1,6 @@ // 'use client' -import { Button } from "@nextui-org/button" +// import { Button } from "@nextui-org/button" // import { Box } from '@chakra-ui/react' @@ -16,10 +16,17 @@ import { Button } from "@nextui-org/button" // ) // } -export default function About() { +import { Container, Row, Col, Button } from 'react-bootstrap' + +export default function MyPage() { return ( -
- -
+ + + +

Welcome to My Page

+ + +
+
) }