import { Box, Container, Flex, Select, useBreakpointValue, VStack, } from "@chakra-ui/react"; import { useEffect, useState } from "react"; export function Page(pageProps: { [p: string]: any }) { const isDesktop = useBreakpointValue({ base: false, lg: true }); const entryTypes = []; for (const type of pageProps.entry_types) entryTypes.push() useEffect(() => { (async function () { const queueRequest = await fetch("/api/mod-queue") })(); }, []); return ( ); } export const title = "Mod Queue - Car Crushers";