9 lines
234 B
XML
9 lines
234 B
XML
export default function Home() {
|
|
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.
|
|
</div>
|
|
);
|
|
}
|