Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
dieptv1999 authored Oct 24, 2024
1 parent 0e49ca6 commit 4744ecc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ Following is a basic example to start testing the library in your project. This
| onVoteChange | (checked: boolean) => void | false |

```typescript
iimport {useState} from "react";
import {useState} from "react";
import {Terminal} from "lucide-react";
import {useTheme} from "./theme-provider.tsx";
import {Alert, AlertDescription, AlertTitle, Button, CommentSection, ACTIONS_TYPE} from 'shadcn-comments'
Expand Down

0 comments on commit 4744ecc

Please sign in to comment.