import { theme } from "antd"; export default function RoundedClip() { const { token } = theme.useToken(); return (
); }