Files
aramjonghu-site/frontend/src/components/Systems.tsx
T

11 lines
226 B
TypeScript

export default function Systems() {
return (
<>
<h1 className="text-center m-6 text-3xl font-bold text-ctp-mauve">
Systems
</h1>
<div></div>
</>
);
}