Skip to content

Commit

Permalink
removed component (#2674)
Browse files Browse the repository at this point in the history
Co-authored-by: Jay Budhadev <jaybudhadev@Jays-MacBook-Air.local>
  • Loading branch information
2 people authored and Jay Budhadev committed Jan 17, 2024
1 parent 2b9a6ce commit ae555df
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 131 deletions.

This file was deleted.

This file was deleted.

3 changes: 1 addition & 2 deletions src/app/fyle/my-expenses-v2/my-expenses-v2.module.ts
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ import { MatNativeDateModule, MatRippleModule } from '@angular/material/core';
import { MatDatepickerModule } from '@angular/material/datepicker';
import { MatIconModule } from '@angular/material/icon';
import { SharedModule } from 'src/app/shared/shared.module';
import { AddExpensePopoverComponent } from './add-expense-popover/add-expense-popover.component';
import { AddTxnToReportDialogComponent } from './add-txn-to-report-dialog/add-txn-to-report-dialog.component';
import { MatBottomSheetModule } from '@angular/material/bottom-sheet';
import { MatSnackBarModule } from '@angular/material/snack-bar';
Expand Down Expand Up @@ -41,6 +40,6 @@ import { MatCheckboxModule } from '@angular/material/checkbox';
SharedModule,
MatCheckboxModule,
],
declarations: [MyExpensesV2Page, AddExpensePopoverComponent, AddTxnToReportDialogComponent],
declarations: [MyExpensesV2Page, AddTxnToReportDialogComponent],
})
export class MyExpensesV2PageModule {}

0 comments on commit ae555df

Please sign in to comment.