mirror of
https://gitlab.com/mbugroup/lti-web-client.git
synced 2026-05-20 05:22:02 +00:00
8 lines
178 B
TypeScript
8 lines
178 B
TypeScript
export default function Home() {
|
|
return (
|
|
<main className='w-full h-full min-h-screen flex flex-row justify-center items-center'>
|
|
<h1>LTI ERP</h1>
|
|
</main>
|
|
);
|
|
}
|