cubetiq-react-app/src/pages/home/index.tsx
2022-01-05 16:28:49 +07:00

10 lines
137 B
TypeScript

import './index.less'
export default function Home() {
return (
<div>
<h1 className="home-title">Home</h1>
</div>
)
}