Components
Loading preview...
This is loading
@shailendrakumar19999
npx shadcn@latest add https://21st.dev/r/shailendrakumar19999/lodingimport { Component } from "@/components/ui/loding";
export default function DemoOne() {
return <Component />;
}