Skip to content

Commit

Permalink
Update src/components/WalletProvider/index.stories.tsx
Browse files Browse the repository at this point in the history
Co-authored-by: David Totrashvili <[email protected]>
  • Loading branch information
gbarkhatov and totraev committed Dec 19, 2024
1 parent 4ff0768 commit 0b89e43
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/WalletProvider/index.stories.tsx
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { Button, ScrollLocker, Text } from "@babylonlabs-io/bbn-core-ui";
import { Button, FormControl, Input, ScrollLocker, Text } from "@babylonlabs-io/bbn-core-ui";
import type { Meta, StoryObj } from "@storybook/react";
import { Psbt } from "bitcoinjs-lib";
import { useEffect, useState } from "react";

Check failure on line 4 in src/components/WalletProvider/index.stories.tsx

View workflow job for this annotation

GitHub Actions / lint_test / build

'useEffect' is declared but its value is never read.
Expand Down

0 comments on commit 0b89e43

Please sign in to comment.