diff --git a/src/App.tsx b/src/App.tsx index 54bd2d3..31afaf3 100644 --- a/src/App.tsx +++ b/src/App.tsx @@ -1,4 +1,4 @@ -import { Grid, GridItem, HStack, Show } from "@chakra-ui/react"; +import { Box, Flex, Grid, GridItem, HStack, Show } from "@chakra-ui/react"; import { useState } from "react"; import GameGrid from "./components/GameGrid"; import GenreList from "./components/GenreList"; @@ -38,10 +38,12 @@ function App() { - - setGameQuery({ ...gameQuery, platform}) } /> + + + setGameQuery({ ...gameQuery, platform}) } /> + setGameQuery({ ...gameQuery, sortOrder })} /> - +