source: src/app/page.tsx@ 5d6f37a

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 
1import { redirect } from 'next/navigation';
2// config
3import { PATH_AFTER_LOGIN } from 'src/config-global';
4
5// ----------------------------------------------------------------------
6
7export default async function HomePage() {
8 redirect(PATH_AFTER_LOGIN);
9}
Note: See TracBrowser for help on using the repository browser.