import React from 'react';

const ExactAnswerComponent = () => {
  return <>Exact Answer Selected</>;
};

export default ExactAnswerComponent;