Merge pull request #4447 from urbit/mp/links/add-import

LinkWindow: add missing 'text' import
This commit is contained in:
matildepark 2021-02-16 16:41:22 -05:00 committed by GitHub
commit 319efc829c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,5 +1,5 @@
import React, { useRef, useCallback, useEffect, useMemo } from "react";
import { Col } from "@tlon/indigo-react";
import { Col, Text } from "@tlon/indigo-react";
import bigInt from 'big-integer';
import {
Association,