diff --git a/examples/counter-ts/src/logo.svg b/examples/counter-ts/public/logo.svg similarity index 100% rename from examples/counter-ts/src/logo.svg rename to examples/counter-ts/public/logo.svg diff --git a/examples/counter-ts/src/App.tsx b/examples/counter-ts/src/App.tsx index e8da502f018..5cc1f430a2a 100644 --- a/examples/counter-ts/src/App.tsx +++ b/examples/counter-ts/src/App.tsx @@ -1,13 +1,16 @@ -import React from 'react'; -import logo from './logo.svg'; -import { Counter } from './features/counter/Counter'; -import './App.css'; +import React from 'react' +import { Counter } from './features/counter/Counter' +import './App.css' function App() { return (
Edit src/App.tsx
and save to reload.
@@ -52,7 +55,7 @@ function App() {
Edit src/App.js
and save to reload.
@@ -52,7 +55,7 @@ function App() {