1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20
import './style.css'; import List from './list'; import View from './view'; import MovingDot from './stateExample'; function App() { let asdf = "aasdf"; return ( <div className="container"> <List></List> <View id="dZ3mGNs"></View> </div> ); } export default App;