feat(WEB-132): add middlewares, support for seamless login and improve lang based routes
This commit is contained in:
15
app/[lang]/webview/test/page.tsx
Normal file
15
app/[lang]/webview/test/page.tsx
Normal file
@@ -0,0 +1,15 @@
|
||||
import type { Metadata } from "next"
|
||||
|
||||
export const metadata: Metadata = {
|
||||
title: "Hello World from Webview",
|
||||
}
|
||||
|
||||
export default function WebViewTestPage() {
|
||||
return (
|
||||
<main>
|
||||
<header>
|
||||
<h1>Hello From WebView Test Page!</h1>
|
||||
</header>
|
||||
</main>
|
||||
)
|
||||
}
|
||||
Reference in New Issue
Block a user