import { Badge } from "@medusajs/ui" type CellProps = { code: string } type HeaderProps = { text: string } export const CodeCell = ({ code }: CellProps) => { return (