import React from 'react'; const TrueFocus = ({ children, className = '' }) => { return (
{children}
); }; export default TrueFocus;