2020-11-07 15:32:51 -08:00
|
|
|
export default function Home() {
|
2020-10-25 18:57:23 -07:00
|
|
|
return (
|
2022-04-19 19:57:27 -07:00
|
|
|
<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>
|
|
|
|
);
|
|
|
|
}
|