1
0
Fork 0

Start of data filling

This commit is contained in:
Neshura 2023-06-11 14:24:11 +02:00
parent e637dc1889
commit a78057de8c
Signed by: Neshura
GPG key ID: B6983AAA6B9A7A6C
9 changed files with 184 additions and 87 deletions

View file

@ -90,3 +90,8 @@ main {
display: flex;
flex-direction: row;
}
.col {
display: flex;
flex-direction: column;
}

View file

@ -1,6 +1,6 @@
import '@/app/globals.css';
import { Game, GameGroup } from '@/types/stellaris';
import { GameView } from '@/components/gui/game-view';
import { GameView } from '@/components/gui/client/game-view';
import { generateUrl } from '@/components/server/fetchers';
export default async function Home() {