mirror of
https://github.com/Nezumi-2711/javascript-training.git
synced 2026-09-23 04:09:58 +00:00
Fix bug and remove uncessary code and assets
This commit is contained in:
@@ -3,7 +3,7 @@ import Transaction from '../models/transaction';
|
||||
import * as MESSAGE from '../constants/message';
|
||||
import { renderRequiredText } from '../helpers/validateForm';
|
||||
|
||||
class BudgetView {
|
||||
export default class BudgetView {
|
||||
constructor() {
|
||||
this.budgetDialog = document.getElementById('budgetDialog');
|
||||
this.addBudgetBtn = document.getElementById('addBudget');
|
||||
@@ -170,5 +170,3 @@ class BudgetView {
|
||||
this.addHandlerEventBudgetForm();
|
||||
}
|
||||
}
|
||||
|
||||
export default new BudgetView();
|
||||
|
||||
Reference in New Issue
Block a user