Merged in chore/SW-3381-move-loginbutton-to-ds- (pull request #2752)

chore(SW-3381) Moved LoginButton to design system

* chore(SW-3381) Moved LoginButton to design system


Approved-by: Anton Gunnarsson
This commit is contained in:
Hrishikesh Vaipurkar
2025-09-03 09:11:28 +00:00
parent ca408bbbb5
commit 260a544c99
23 changed files with 165 additions and 118 deletions

View File

@@ -1,6 +1,6 @@
import { type NextMiddleware, NextResponse } from "next/server"
import { handleAuth } from "@/constants/routes/handleAuth"
import { handleAuth } from "@scandic-hotels/common/constants/routes/handleAuth"
import type { MiddlewareMatcher } from "@/types/middleware"