mirror of
https://github.com/chinchang/web-maker.git
synced 2025-07-26 16:20:09 +02:00
5 lines
82 B
JavaScript
5 lines
82 B
JavaScript
// import './style';
|
|
import App from './components/app.jsx';
|
|
|
|
export default App;
|