inbox: add missing lodash import

This commit is contained in:
Matilde Park 2020-11-03 15:52:21 -05:00
parent b107bf16e9
commit 83bdc143f7

View File

@ -1,6 +1,7 @@
import React from "react";
import { Text as NormalText, Row, Icon } from "@tlon/indigo-react";
import f from "lodash/fp";
import _ from "lodash";
import moment from "moment";
import { PropFunc } from "~/types/util";
import { getContactDetails } from "~/logic/lib/util";