This commit is contained in:
simon-266 2025-04-30 17:43:17 +02:00 committed by GitHub
parent bb698c905d
commit dd84224921
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with 2 additions and 2 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 50 KiB

View File

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

View File

@ -7,7 +7,7 @@ import App from "./components/app";
const root = ReactDOM.createRoot(document.getElementById("root")); const root = ReactDOM.createRoot(document.getElementById("root"));
root.render( root.render(
<React.StrictMode> <React.StrictMode>
<div className="app-container"> {/* Das ist entscheidend! */} <div className="app-container">
<App /> <App />
</div> </div>
</React.StrictMode> </React.StrictMode>