summaryrefslogtreecommitdiff
path: root/lib/client/src/posts.ts
diff options
context:
space:
mode:
Diffstat (limited to 'lib/client/src/posts.ts')
-rw-r--r--lib/client/src/posts.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/client/src/posts.ts b/lib/client/src/posts.ts
index f673b21..d2c8791 100644
--- a/lib/client/src/posts.ts
+++ b/lib/client/src/posts.ts
@@ -13,7 +13,7 @@
// You should have received a copy of the GNU Affero General Public License
// along with this program. If not, see <https://www.gnu.org/licenses/>.
-import { defaultTo, startsWith } from "lodash";
+import { defaultTo, startsWith } from 'lodash-es';
import { ChannelApi, createScopedChannelApi } from "./channels";
import { CMNextApi, CMNextAutoConfig, CMNextIndex, PostMeta } from "./types";