0
owncast/web/pages/index.tsx

6 lines
102 B
TypeScript
Raw Normal View History

2022-04-28 12:57:51 -07:00
import Main from '../components/layouts/Main';
2020-11-07 15:32:51 -08:00
export default function Home() {
return <Main />;
2020-10-25 18:57:23 -07:00
}