feat: add custom navbar with inline supabase clients and custom dropdown
All checks were successful
Staging Build / build (push) Successful in 2m22s

This commit is contained in:
DanielS
2026-06-23 23:27:23 +02:00
parent 0729dd21be
commit dd2c3859e9
4 changed files with 342 additions and 60 deletions

5
shop/app/login/page.tsx Normal file
View File

@@ -0,0 +1,5 @@
import { redirect } from "next/navigation";
export default function LoginPage() {
redirect("/auth/login");
}