We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c18af70 commit ceb4480Copy full SHA for ceb4480
samples/mcp/ui/src/app/page.tsx
@@ -3,10 +3,10 @@ import ClientComponent from './clientComponent';
3
const HomePage = async () => {
4
return (
5
<div>
6
- <h1>Home Page (Server Side)</h1>
+ <h1>Defang MCP Application</h1>
7
<ClientComponent />
8
</div>
9
);
10
};
11
12
-export default HomePage;
+export default HomePage;
0 commit comments