Add Server page

This commit is contained in:
simonaltschaffl@gmail.com 2025-04-27 20:54:40 +02:00
parent 00041a5d83
commit c79693d0a7

View File

@ -0,0 +1,9 @@
import React, { Component } from 'react';
function ServerPage() {
return (
<section></section>
);
}
export default ServerPage;