Skip to content

Commit

Permalink
✏️ remove CodeSandbox link (it's broken)
Browse files Browse the repository at this point in the history
  • Loading branch information
astoilkov committed Oct 31, 2024
1 parent ec6dc2b commit 536a2c2
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,11 +42,9 @@ export default function Todos() {
```

<details>
<summary>Todo list example + CodeSandbox link</summary>
<summary>Todo list example</summary>
<p></p>

You can experiment with the example [here](https://codesandbox.io/s/todos-example-use-local-storage-state-tzbfhl?file=/src/App.tsx).

```tsx
import React, { useState } from 'react'
import useLocalStorageState from 'use-local-storage-state'
Expand Down

0 comments on commit 536a2c2

Please sign in to comment.