nothing what do u want
Loading preview...
import { Component } from "@/components/ui/bigboss"; const DemoOne = () => { return ( <div className="flex w-full h-screen justify-center items-center"> <Component /> </div> ); }; export { DemoOne };