import { Flex, Stack, Heading, Divider, Button } from '@chakra-ui/react' import { ChevronLeftIcon } from 'assets/icons' import { NextChakraLink } from 'components/nextChakra/NextChakraLink' import React from 'react' import { PersonalInfoForm } from 'components/account/PersonalInfoForm' import { BillingSection } from 'components/account/BillingSection' export const AccountContent = () => { return ( Account Settings ) }