monorepo/apps/web2/mdx/title.tsx

4 lines
124 B
TypeScript
Raw Normal View History

2024-09-28 14:58:45 +08:00
import { FC } from 'react';
export const MdxTitle: FC = () => <h1>class-validatorclass-transformer</h1>;