0
owncast/web/pages/index.tsx

9 lines
234 B
TypeScript
Raw Normal View History

2020-11-07 15:32:51 -08:00
export default function Home() {
2020-10-25 18:57:23 -07:00
return (
<div>
This is where v2 of the Owncast web UI will be built. Begin with the layout component
https://ant.design/components/layout/ and edit pages/index.tsx.
2020-10-25 18:57:23 -07:00
</div>
);
}