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

10 lines
137 B
TypeScript

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