2
0
mirror of https://github.com/frappe/books.git synced 2024-11-09 23:30:56 +00:00

fix: Add missing frappe import

This commit is contained in:
Faris Ansari 2020-01-02 22:38:19 +05:30
parent bb80e2ec3a
commit 3429abc3c8

View File

@ -1,3 +1,4 @@
const frappe = require('frappejs');
const { getPeriodList } = require('../FinancialStatements/FinancialStatements');
const { DateTime } = require('luxon');