1
0
mirror of https://github.com/laurent22/joplin.git synced 2025-07-13 00:10:37 +02:00

Chore: Removed lodash package to save space

This commit is contained in:
Laurent Cozic
2022-05-26 15:57:44 +01:00
parent 63b3115d3b
commit 91df23e959
19 changed files with 63 additions and 47 deletions

View File

@ -10,7 +10,7 @@ import ItemChange from './ItemChange';
import Resource from './Resource';
import { ResourceEntity } from '../services/database/types';
import { toForwardSlashes } from '../path-utils';
const ArrayUtils = require('../ArrayUtils.js');
import * as ArrayUtils from '../ArrayUtils';
async function allItems() {
const folders = await Folder.all();