Components
a simple component which allows you to shoot bugs which fly acroos just like the dino game when there is no network
Loading preview...
import { Component } from "@/components/ui/de-bugger";
export default function DemoOne() {
return <Component />;
}