Here is Geode component
import Component from "@/components/ui/geode"; export default function DemoOne() { return <Component />; }