import React from 'react'; import { Box, Input, Text, VStack } from '@chakra-ui/react'; import { titleStyles, CustomizeProfileCard, Label, } from '../../../utils/CustomizeProfileStyles'; const Work = ({ workRef, educationRef, profileData }) => { return ( Work ); }; export default Work;