import { Box, SimpleGrid } from '@chakra-ui/react' import React from 'react' import ErrorBoundary from '../ErrorBoundary' import ApiKeyList from './ApiKeyList' import DeviceList from './DeviceList' import GenerateApiKey from './GenerateApiKey' export default function APIKeyAndDevices() { return ( ) }