fix: getLastWeekTimestamp not found

This commit is contained in:
thecodrr
2019-12-14 16:13:00 +05:00
parent 13d08382f3
commit 53726d680e

View File

@@ -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",