sinpin/app/routes/home.tsx

8 lines
140 B
TypeScript
Raw Permalink Normal View History

2026-01-08 16:19:27 +00:00
import {Typography} from "antd";
const {Paragraph} = Typography;
export default function Home() {
return <Paragraph>hi</Paragraph>;
}