Components
Loading preview...
This is a simple UI used for generating images and displaying the image list
npx shadcn@latest add https://21st.dev/r/minhxthanh/simple-uiimport HomePage from "@/components/ui/simple-ui";
const DemoOne = () => {
return (
<HomePage />
);
};
export { DemoOne };