Skip to content

Commit 25c45cf

Browse files
committed
Add the settings page
1 parent 831eec8 commit 25c45cf

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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+
</div>
10+
);
11+
}

0 commit comments

Comments
 (0)