From f929e5156cb1941beb2f5329e7b9b8fae4c7691b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Adri=C3=A1n=20Oliva?= Date: Wed, 17 May 2023 10:50:12 -0600 Subject: Modified to be minimal. --- src/App.jsx | 51 +++------------------------------------------------ 1 file changed, 3 insertions(+), 48 deletions(-) (limited to 'src/App.jsx') diff --git a/src/App.jsx b/src/App.jsx index e28ac6e..7fbcae5 100644 --- a/src/App.jsx +++ b/src/App.jsx @@ -1,56 +1,11 @@ import React from "react"; -import logo from "./logo.svg"; -import { Counter } from "./features/counter/Counter"; import "./App.css"; +import { Counter } from "./features/counter/Counter"; function App() { return ( -
-
- logo - -

- Edit src/App.js and save to reload. -

- - Learn - - React - - , - - Redux - - , - - Redux Toolkit - - , and - - React Redux - - -
+
+
); } -- cgit v1.2.3