main
Last change
on this file since 5d6f37a was 5d6f37a, checked in by Naum Shapkarovski <naumshapkarovski@…>, 7 weeks ago |
add customer
|
-
Property mode
set to
100644
|
File size:
259 bytes
|
Line | |
---|
1 | import { redirect } from 'next/navigation';
|
---|
2 | // config
|
---|
3 | import { PATH_AFTER_LOGIN } from 'src/config-global';
|
---|
4 |
|
---|
5 | // ----------------------------------------------------------------------
|
---|
6 |
|
---|
7 | export default async function HomePage() {
|
---|
8 | redirect(PATH_AFTER_LOGIN);
|
---|
9 | }
|
---|
Note:
See
TracBrowser
for help on using the repository browser.