17c1d3d
f929e51
22b15f8
1
2
3 4
5 6 7 8 9
10 11 12
import React from "react"; import { Counter } from "./features/counter/Counter"; function App() { return ( <div> <Counter /> </div> ); } export default App;