mirror of
https://github.com/owncast/owncast.git
synced 2024-11-22 21:03:19 +03:00
5 lines
102 B
TypeScript
5 lines
102 B
TypeScript
import Main from '../components/layouts/Main';
|
|
|
|
export default function Home() {
|
|
return <Main />;
|
|
}
|