mirror of
https://github.com/streetwriters/notesnook.git
synced 2025-12-23 15:09:33 +01:00
fix: getLastWeekTimestamp not found
This commit is contained in:
@@ -3,7 +3,11 @@ import fuzzysearch from "fuzzysearch";
|
|||||||
var tfun = require("transfun/transfun.js").tfun;
|
var tfun = require("transfun/transfun.js").tfun;
|
||||||
tfun = global.tfun;
|
tfun = global.tfun;
|
||||||
import { extractValues, groupBy } from "../utils";
|
import { extractValues, groupBy } from "../utils";
|
||||||
import { getWeekGroupFromTimestamp, months } from "../utils/date";
|
import {
|
||||||
|
getWeekGroupFromTimestamp,
|
||||||
|
months,
|
||||||
|
getLastWeekTimestamp
|
||||||
|
} from "../utils/date";
|
||||||
|
|
||||||
const KEYS = {
|
const KEYS = {
|
||||||
notes: "notes",
|
notes: "notes",
|
||||||
|
|||||||
Reference in New Issue
Block a user