import React from "react" import { Card } from "docs-ui" import { basePathUrl } from "@/utils/base-path-url" export const FigmaCard = () => { return ( ) }