Update
This commit is contained in:
parent
bb698c905d
commit
dd84224921
BIN
public/assets/projects/server/images/server.png
Normal file
BIN
public/assets/projects/server/images/server.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 50 KiB |
@ -2,7 +2,7 @@ import React, { Component } from 'react';
|
||||
|
||||
function ServerPage() {
|
||||
return (
|
||||
<section><h1>Its a test thing</h1></section>
|
||||
<section><h1>Struktur dieses Servers</h1></section>
|
||||
);
|
||||
}
|
||||
|
||||
|
||||
@ -7,7 +7,7 @@ import App from "./components/app";
|
||||
const root = ReactDOM.createRoot(document.getElementById("root"));
|
||||
root.render(
|
||||
<React.StrictMode>
|
||||
<div className="app-container"> {/* Das ist entscheidend! */}
|
||||
<div className="app-container">
|
||||
<App />
|
||||
</div>
|
||||
</React.StrictMode>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user