mirror of
https://git.aramjonghu.dev/AramJonghu/aramjonghu-site.git
synced 2026-09-06 15:33:29 +02:00
11 lines
226 B
TypeScript
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>
|
|
</>
|
|
);
|
|
}
|