mirror of
https://gitlab.com/mbugroup/lti-web-client.git
synced 2026-05-25 07:45:47 +00:00
feat(FE-40): redirect to /dashboard
This commit is contained in:
@@ -1,4 +1,8 @@
|
|||||||
|
import { redirect } from 'next/navigation';
|
||||||
|
|
||||||
export default function Home() {
|
export default function Home() {
|
||||||
|
redirect('/dashboard');
|
||||||
|
|
||||||
return (
|
return (
|
||||||
<main className='w-full h-full min-h-screen flex flex-row justify-center items-center'>
|
<main className='w-full h-full min-h-screen flex flex-row justify-center items-center'>
|
||||||
<h1>LTI ERP</h1>
|
<h1>LTI ERP</h1>
|
||||||
|
|||||||
Reference in New Issue
Block a user