const HeadingInterface = () => {
    return <div>HeadingInterface</div>;
};

export default HeadingInterface;
