import React from "react"; import clsx from "clsx"; import st from "./index.module.less"; export interface Props {} export default function ({}: Props) { const className = clsx(st['']); return (); }