import { StandView } from "@/app/components/stand/stand-view";

export default function StandPage() {
  return <StandView />;
}
