Components
Create a file named GenerativeArtSceneV6.jsx in your project and paste the full component code you already have (the completed component from the previous message). Ensure the file exports the component as default.
Key checks:
Keep imports: three, RenderPass, EffectComposer, UnrealBloomPass.
Ensure the exported component name matches the file default export.
npx @21st-dev/cli add dhileepkumargm/generative-artLoading preview...
import GenerativeArtSceneV6 from "@/components/ui/generative-art";
export default function DemoOne() {
return <GenerativeArtSceneV6 />;
}