Skip to content

Commit

Permalink
Dashboard component moved to shared
Browse files Browse the repository at this point in the history
  • Loading branch information
lucatacconi committed Feb 27, 2024
1 parent 4414823 commit 6e82590
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions app/sections/dashboard/Dashboard.vue
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,9 @@
},
components: {
'dailygraph': httpVueLoader('../../../app/sections/dashboard/DailyGraph.vue' + '?v=' + new Date().getTime()),
'weeklygraph': httpVueLoader('../../../app/sections/dashboard/WeeklyGraph.vue' + '?v=' + new Date().getTime()),
'environmentcheck': httpVueLoader('../../../app/sections/dashboard/EnvironmentCheck.vue' + '?v=' + new Date().getTime())
'dailygraph': httpVueLoader('../../shareds/DailyGraph.vue' + '?v=' + new Date().getTime()),
'weeklygraph': httpVueLoader('../../shareds/WeeklyGraph.vue' + '?v=' + new Date().getTime()),
'environmentcheck': httpVueLoader('../../shareds/EnvironmentCheck.vue' + '?v=' + new Date().getTime())
}
}
</script>
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit 6e82590

Please sign in to comment.