2
0
mirror of https://github.com/frappe/books.git synced 2024-09-20 03:29:00 +00:00

fix naming

This commit is contained in:
Revant Nandgaonkar 2018-04-30 07:08:18 +05:30
parent 8e74bb8b2f
commit e9636e3c65

View File

@ -1,5 +1,5 @@
const frappe = require('frappejs'); const frappe = require('frappejs');
const GeneralLedgerView = require('../reports/generalLedger/GeneralLedgerView'); const GeneralLedgerView = require('../reports/GeneralLedger/GeneralLedgerView');
const ProfitAndLossView = require('./ProfitAndLoss/ProfitAndLossView'); const ProfitAndLossView = require('./ProfitAndLoss/ProfitAndLossView');
const BalanceSheetView = require('./BalanceSheet/BalanceSheetView'); const BalanceSheetView = require('./BalanceSheet/BalanceSheetView');
const TrialBalanceView = require('./TrialBalance/TrialBalanceView'); const TrialBalanceView = require('./TrialBalance/TrialBalanceView');