Update server.jsx

This commit is contained in:
simon-266 2025-04-30 09:48:27 +02:00 committed by GitHub
parent d84fde0e98
commit 7ed44b110e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -2,7 +2,7 @@ import React, { Component } from 'react';
function ServerPage() { function ServerPage() {
return ( return (
<section></section> <section><h1>Its a test thing</h1></section>
); );
} }