diff --git a/pos-frontend/app/page.tsx b/pos-frontend/app/page.tsx index eed17e2..8f5c87e 100644 --- a/pos-frontend/app/page.tsx +++ b/pos-frontend/app/page.tsx @@ -1,36 +1,48 @@ +// "use client" + import React from "react" import { Button, Nav, Stack } from "react-bootstrap" import 'bootstrap/dist/css/bootstrap.min.css' +import Link from "next/link" + +const NavLink = (props: any) => +
{props.children}
export default function Page() { return ( -