Moved history component, added start draft of frontend code style guide

This commit is contained in:
Torkel Ödegaard
2019-01-23 11:37:46 +01:00
parent 26385dea8f
commit 0c16d3cd6a
10 changed files with 75 additions and 14 deletions

View File

@@ -0,0 +1,2 @@
export { HistoryListCtrl } from './HistoryListCtrl';
export { HistorySrv } from './HistorySrv';