There was an error while loading. Please reload this page.
1 parent 831eec8 commit 25c45cfCopy full SHA for 25c45cf
example-apps/workplace-search-reference-app/app-ui/src/pages/SettingsPage.tsx
@@ -0,0 +1,11 @@
1
+import SearchApplicationSettings from "../components/SearchApplicationSettings";
2
+
3
+export default function SettingsPage() {
4
+ return (
5
+ <div className="flex justify-center min-h-screen">
6
+ <div className="w-full max-w-2xl">
7
+ <SearchApplicationSettings />
8
+ </div>
9
10
+ );
11
+}
0 commit comments