1
0
mirror of https://github.com/laurent22/joplin.git synced 2025-11-29 22:48:10 +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

@@ -6,7 +6,7 @@ import Folder from './models/Folder';
import BaseModel from './BaseModel';
import { Store } from 'redux';
import { ProfileConfig } from './services/profileConfig/types';
const ArrayUtils = require('./ArrayUtils.js');
import * as ArrayUtils from './ArrayUtils';
const { ALL_NOTES_FILTER_ID } = require('./reserved-ids');
const { createSelectorCreator, defaultMemoize } = require('reselect');
const { createCachedSelector } = require('re-reselect');