mirror of
https://github.com/openshiporg/openship.git
synced 2026-06-19 07:35:55 +00:00
27b0227134
🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>
5 lines
105 B
TypeScript
5 lines
105 B
TypeScript
import { redirect } from 'next/navigation';
|
|
|
|
export default function Home() {
|
|
redirect('/dashboard');
|
|
} |