mirror of
https://github.com/streetwriters/notesnook.git
synced 2025-12-23 06:59:31 +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;
|
||||
tfun = global.tfun;
|
||||
import { extractValues, groupBy } from "../utils";
|
||||
import { getWeekGroupFromTimestamp, months } from "../utils/date";
|
||||
import {
|
||||
getWeekGroupFromTimestamp,
|
||||
months,
|
||||
getLastWeekTimestamp
|
||||
} from "../utils/date";
|
||||
|
||||
const KEYS = {
|
||||
notes: "notes",
|
||||
|
||||
Reference in New Issue
Block a user