consul/website/pages/home/index.jsx

4 lines
54 B
React
Raw Normal View History

2020-04-06 20:27:35 +00:00
export default function HomePage() {
2020-04-23 14:57:47 +00:00
return <></>
2020-04-06 20:27:35 +00:00
}