Skip to content
Snippets Groups Projects

feat: TransactionView

Merged Magnus Grini requested to merge transaction-view into development
5 files
+ 585
3
Compare changes
  • Side-by-side
  • Inline
Files
5
@@ -6,3 +6,4 @@ export { default as TableHeader } from "./TableHeader.vue";
@@ -6,3 +6,4 @@ export { default as TableHeader } from "./TableHeader.vue";
export { default as TableRow } from "./TableRow.vue";
export { default as TableRow } from "./TableRow.vue";
export { default as TableCaption } from "./TableCaption.vue";
export { default as TableCaption } from "./TableCaption.vue";
export { default as TableEmpty } from "./TableEmpty.vue";
export { default as TableEmpty } from "./TableEmpty.vue";
 
export { default as TableFooter } from "./TableFooter.vue";
 
\ No newline at end of file
Loading