import styles from './styles.module.css' export const BasicFunctionComponent = () => { return (
) } export default BasicFunctionComponent;