UNPKG

@fe-fast/code-sweeper

Version:

A lightweight JavaScript/TypeScript code cleaning tool

7 lines (5 loc) 117 B
import React from 'react'; const App = () => { return <h1>Hello, React with Webpack!</h1>; }; export default App;