Components
Loading preview...
"use client";
import { CpuArchitecture } from "@/components/ui/cpu-architecture"
export const Page = () => {
return (
<div className="p-4 rounded-xl bg-accent/20">
<CpuArchitecture />
</div>
);
};
Part of SVG UI — browse the full library on 21st.dev.