1
0
Fork 0
This repository has been archived on 2023-12-03. You can view files and clone it, but cannot push or open issues or pull requests.
chellaris-galaxy-political-.../app/page.tsx

13 lines
193 B
TypeScript

'use client';
import '@/app/globals.css';
export default function Home() {
return (
<main>
<div>
<p>Empire Overview goes here evenutally</p>
</div>
</main>
)
}