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
2023-06-01 00:10:59 +02:00

10 lines
217 B
TypeScript

import {RadarChart} from '../components/charts/radar'
export default function Home() {
return (
<main className="flex min-h-screen flex-col items-center justify-between">
<RadarChart />
</main>
)
}