mirror of
https://github.com/i701/sarlink-portal.git
synced 2025-07-28 05:03:33 +00:00
All checks were successful
Build and Push Docker Images / Build and Push Docker Images (push) Successful in 11m8s
6 lines
116 B
TypeScript
6 lines
116 B
TypeScript
import { redirect } from "next/navigation";
|
|
|
|
export default async function Home() {
|
|
return redirect("/devices");
|
|
}
|