cubetiq-react-app/src/pages/Home/index.tsx

10 lines
137 B
TypeScript

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