mirror of
https://github.com/SkalaraAI/skalara.git
synced 2025-04-09 15:10:16 -04:00
8 lines
103 B
TypeScript
8 lines
103 B
TypeScript
export default function Project() {
|
|
return (
|
|
<div>
|
|
<h1>Project Page</h1>
|
|
</div>
|
|
);
|
|
}
|