Components
Loading preview...
import { HUDStatus } from "@/components/ui/hud-status";
const DemoOne = () => {
return (
<div className="flex w-full h-screen justify-center items-center">
<HUDStatus />
</div>
);
};
export { DemoOne };