Components
Smoke test component with nested local support files, assets, CSS imports, and multiple demos.
Loading preview...
import React from "react"
import NestedPanel from "@/components/ui/nested-support-smoke-20260604-002"
import { galleryAmount } from "../components/ui/nested-support-smoke-20260604-002-utils/gallery-data"
import "../components/ui/nested-support-smoke-20260604-002-utils/gallery-demo.css"
export default function GalleryDemo() {
return (
<div className="gallery-smoke-demo">
<NestedPanel title="gallery branch" amount={galleryAmount} />
</div>
)
}
Loading preview...