Skip to content

Commit bd70d19

Browse files
committed
#fix path to ComponentState
1 parent 3e8180e commit bd70d19

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/electricity_tariffs/energycharts/electricity_tariff.vue

+1-1
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@
9393
</template>
9494

9595
<script>
96-
import ComponentState from "/opt/openWB-dev/openwb-ui-settings/src/components/mixins/ComponentState.vue";
96+
import ComponentState from "/src/components/mixins/ComponentState.vue";
9797
export default {
9898
name: "ElectricityTariffEnergyCharts",
9999
mixins: [ComponentState],

0 commit comments

Comments
 (0)