Skip to content

Commit

Permalink
Removing old TeslaTokenVue component
Browse files Browse the repository at this point in the history
  • Loading branch information
fredli74 committed Oct 11, 2024
1 parent 8da4bda commit 92b49d0
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 81 deletions.
79 changes: 0 additions & 79 deletions providers/tesla/app/components/tesla-token.vue

This file was deleted.

2 changes: 0 additions & 2 deletions providers/tesla/app/tesla.vue
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,6 @@ import apollo from "@app/plugins/apollo";
import eventBus, { BusEvent } from "@app/plugins/event-bus";
import { hashID } from "@shared/utils";
import { TeslaNewListEntry } from "./tesla-helper";
import TeslaTokenVue from "./components/tesla-token.vue";
import TeslaNewVehicleList from "./components/tesla-new-list.vue";
import { ProviderVuePage } from "@providers/provider-app";
import provider, {
Expand All @@ -77,7 +76,6 @@ const SCOPE =
@Component({
components: {
TeslaTokenVue,
TeslaNewVehicleList,
},
})
Expand Down

0 comments on commit 92b49d0

Please sign in to comment.