import React from 'react'; import { BackstoryPageProps } from '../components/BackstoryTab'; import { CandidatePicker } from 'components/ui/CandidatePicker'; const CandidateListingPage = (props: BackstoryPageProps) => { return ; }; export { CandidateListingPage };