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

11 lines
163 B
TypeScript

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