From d2a1e18f91e880893f1da00feac1c86552d66253 Mon Sep 17 00:00:00 2001 From: TaroSunn Date: Sun, 9 Jun 2019 15:02:23 +0800 Subject: [PATCH] Update Readme.md --- hooks/03_State/Readme.md | 1 - 1 file changed, 1 deletion(-) diff --git a/hooks/03_State/Readme.md b/hooks/03_State/Readme.md index c3f63e2..d56155d 100644 --- a/hooks/03_State/Readme.md +++ b/hooks/03_State/Readme.md @@ -134,7 +134,6 @@ _./src/app.tsx_ import * as React from "react"; import { HelloComponent } from "./hello"; import { NameEditComponent } from './nameEdit'; -import { NameEditComponent } from './nameEdit'; export const App = () => {