Skip to content

Commit

Permalink
fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
pail23 committed Jun 9, 2024
1 parent faaf82b commit eb208e8
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 3 deletions.
1 change: 0 additions & 1 deletion src/layouts/default/Footer.vue
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
</template>

<script setup lang="ts">
import { getBreakpointValue } from '@/plugins/breakpoint';
import BottomNavigation from './BottomNavigation.vue';
import { store } from '@/plugins/store';
import { computed } from 'vue';
Expand Down
1 change: 0 additions & 1 deletion src/layouts/default/MainView.vue
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,4 @@
</template>

<script lang="ts" setup>
import DrawerNavigation from './DrawerNavigation.vue';
</script>
2 changes: 1 addition & 1 deletion src/views/Statistics.vue
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@
</template>

<script lang="ts" setup>
import { watch, ref, onMounted, computed } from 'vue';
import { watch, ref, onMounted } from 'vue';
import { api, IHomeMeasurementPeriod, IHomeMeasurementDate } from '@/api/energyAssistant.api';
import { getBreakpointValue } from '@/plugins/breakpoint';
import PowerFlowCard from '@/components/PowerFlowCard.vue';
Expand Down

0 comments on commit eb208e8

Please sign in to comment.