import { Badge, Command } from "@medusajs/ui" export default function CommandDemo() { return (
Get localhost:9000/store/products
) }