Components
Loading preview...
// This is a demo of your component.
// That's what users will see in the preview.
// hello 11
import Component from "../components/ui/component";
export default function DefaultDemo() {
return <Component />;
}
//heloLoading preview...