homepage/src/components/projects/server.jsx
2025-04-30 09:48:27 +02:00

10 lines
170 B
JavaScript

import React, { Component } from 'react';
function ServerPage() {
return (
<section><h1>Its a test thing</h1></section>
);
}
export default ServerPage;