Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[ez][ts lint] remove unused statements in editor Client (#1452)
[ez][ts lint] remove unused statements in editor Client These warnings are surfaced by`Yarn lint` or `yarn build` ## testplan ``` ankush@ap-mbp client % yarn build yarn run v1.22.21 $ react-scripts build Creating an optimized production build... Compiled successfully. File sizes after gzip: 316.5 kB build/static/js/main.dde99e89.js The project was built assuming it is hosted at /. You can control this with the homepage field in your package.json. The build folder is ready to be deployed. You may serve it with a static server: yarn global add serve serve -s build Find out more about deployment here: https://cra.link/deployment $ node postbuild.js ✨ Done in 12.41s. ```
- Loading branch information