import Authenticated from "@/common/components/Authenticated"; import ProfileCard from "@/modules/profile-card"; import StockOpname from "@/modules/stock-opname"; import { Spacer } from "@nextui-org/react"; export default function HomePage() { return (
) }