"use client"; import Checkout from "@/components/pos/checkout/Checkout"; const MainCheckout = () => { return ; }; export default MainCheckout;