Skip to content

Commit

Permalink
move counter list panel components to pages/counter/components/
Browse files Browse the repository at this point in the history
  • Loading branch information
bozana committed Oct 14, 2024
1 parent 7fe2eae commit cfd12e6
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/counter/CounterReportsPage.vue
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<script setup>
import Panel from '@/components/Panel/Panel.vue';
import PanelSection from '@/components/Panel/PanelSection.vue';
import CounterReportsListPanel from '@/components/ListPanel/counter/CounterReportsListPanel.vue';
import CounterReportsListPanel from './components/CounterReportsListPanel.vue';
defineProps({
counterReportsListPanel: {type: Object, required: true},
Expand Down

0 comments on commit cfd12e6

Please sign in to comment.