/** * * Edit * */ import React from 'react'; import styles from './styles.scss'; function Edit() { return (
init
); } export default Edit;