import { Suspense } from "react"; import { PosScreen } from "@/components/pos/pos-screen"; /** POS terminal — chrome (sidebar + topbar) is provided by layout.tsx */ export default function PosPage() { return ( ); }