A simple API & Developer management settings block.
Loading preview...
import ApiSettings from "@/components/ui/api-settings"; export default function DemoOne() { return ( <> <div className="max-w-[95%] py-12"> <ApiSettings /> </div> </> ); }