import React from "react"; import { Counter } from "./features/counter/Counter"; function App() { return (
); } export default App;