Components
Loading preview...
Block Game
npx shadcn@latest add https://21st.dev/r/designali-in/block-gameimport { Component } from "@/components/ui/block-game";
const DemoOne = () => {
return (
<div className="flex w-full h-screen justify-center items-center">
<Component />
</div>
);
};
export { DemoOne };