Skip to content

Commit

Permalink
Merge pull request #715 from kamadakohei/delete_import
Browse files Browse the repository at this point in the history
「Reactでいいねボタンを作ろう」から「import logo from "./logo.svg";」を消す
  • Loading branch information
suin authored May 19, 2023
2 parents 4c092ed + 338660f commit 75d134d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion docs/tutorials/react-like-button-tutorial.md
Original file line number Diff line number Diff line change
Expand Up @@ -166,7 +166,6 @@ CtrlキーとCキーを同時に押すと、コマンドを中断することが
```tsx twoslash {8} title="App.tsx"
// @noErrors
import React from "react";
import logo from "./logo.svg";
import "./App.css";

function App() {
Expand Down

1 comment on commit 75d134d

@vercel
Copy link

@vercel vercel bot commented on 75d134d May 19, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.