mirror of
https://github.com/ilyakooo0/urbit.git
synced 2024-11-10 18:21:34 +03:00
inbox: add missing lodash import
This commit is contained in:
parent
b107bf16e9
commit
83bdc143f7
@ -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";
|
||||
|
Loading…
Reference in New Issue
Block a user