Skip to content

Commit

Permalink
fix import typo
Browse files Browse the repository at this point in the history
  • Loading branch information
pedrouid committed Feb 9, 2019
1 parent f7b38bc commit d0e80e6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/PeerMeta.tsx
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import * as React from "react";
import styled from "styled-components";
import { IClientMeta } from "src/lib/types";
import { IClientMeta } from "@walletconnect/types";

const SIcon = styled.img`
width: 100px;
Expand Down

0 comments on commit d0e80e6

Please sign in to comment.