aboutsummaryrefslogtreecommitdiff
path: root/lib/client/src/content.ts
diff options
context:
space:
mode:
Diffstat (limited to 'lib/client/src/content.ts')
-rw-r--r--lib/client/src/content.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/client/src/content.ts b/lib/client/src/content.ts
index f801432..c1a62aa 100644
--- a/lib/client/src/content.ts
+++ b/lib/client/src/content.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 { startsWith } from "lodash";
+import { startsWith } from 'lodash-es';
import { CMNextApi, CMNextAutoConfig, CMNextEntity, CMNextIndex, ContentMeta } from "./types";
import { createScopedChannelApi } from "./channels";