You've already forked joplin
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:
@ -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();
|
||||
|
Reference in New Issue
Block a user