import React, { FC } from 'react'; import { Flex, Spinner } from '@chakra-ui/react'; export const PageSpinner: FC = () => { return ( ); };