mirror of
https://github.com/urbit/shrub.git
synced 2024-12-25 21:12:56 +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 React from "react";
|
||||||
import { Text as NormalText, Row, Icon } from "@tlon/indigo-react";
|
import { Text as NormalText, Row, Icon } from "@tlon/indigo-react";
|
||||||
import f from "lodash/fp";
|
import f from "lodash/fp";
|
||||||
|
import _ from "lodash";
|
||||||
import moment from "moment";
|
import moment from "moment";
|
||||||
import { PropFunc } from "~/types/util";
|
import { PropFunc } from "~/types/util";
|
||||||
import { getContactDetails } from "~/logic/lib/util";
|
import { getContactDetails } from "~/logic/lib/util";
|
||||||
|
Loading…
Reference in New Issue
Block a user