CampFireID/app/page.tsx

5 lines
102 B
TypeScript

import MainApp from './components/MainApp';
export default function Home() {
return <MainApp />;
}