mirror of
https://github.com/nicetry247/offlineacademy.git
synced 2026-07-26 11:58:44 +00:00
6 lines
109 B
TypeScript
6 lines
109 B
TypeScript
import { redirect } from 'next/navigation'
|
|
|
|
export default function HealthPage() {
|
|
redirect('/progress')
|
|
}
|