Skip to content
Snippets Groups Projects

Transaction dialog view

Merged Birthe Emilie Christiansen requested to merge TransactionDialogView into development
2 files
+ 2
2
Compare changes
  • Side-by-side
  • Inline
Files
2
+ 1
1
@@ -29,7 +29,7 @@ const routes = [
{ path: '/examples', component: ExamplesView },
{ path: '/dialog', component: DialogView },
{ path: '/dropdown', component: DropdownView },
{ path: '/transaksjoner', component: TransactionView },
{ path: '/transactions', component: TransactionView },
{ path: '/dashboard', component: DashboardView },
{ path: '/profile', component: ProfileView },
{ path: '/saving-path', component: SavingPathView},
Loading