Skip to content
This repository has been archived by the owner on Apr 25, 2024. It is now read-only.

Commit

Permalink
fix: bad import (#299)
Browse files Browse the repository at this point in the history
  • Loading branch information
bucko13 authored Apr 11, 2023
1 parent 6675db4 commit e646ebb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/Wallet/RegisterWallet.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ import {
} from "@mui/material";
import { makeStyles } from "@mui/styles";
import { ExpandMoreOutlined } from "@mui/icons-material";
import { MultisigWalletPolicy } from "unchained-wallets/lib/policy";
import { MultisigWalletPolicy } from "unchained-wallets";

import { getWalletConfig } from "../../selectors/wallet";
import PolicyRegistrationTable from "../RegisterWallet/PolicyRegistrationsTable";
Expand Down

0 comments on commit e646ebb

Please sign in to comment.