owncast/web/pages/index.tsx

6 lines
102 B
TypeScript
Raw Normal View History

2022-04-28 22:57:51 +03:00
import Main from '../components/layouts/Main';
2020-11-08 02:32:51 +03:00
export default function Home() {
return <Main />;
2020-10-26 04:57:23 +03:00
}