Skip to content

Commit

Permalink
Refactor: Remove BaseSlider
Browse files Browse the repository at this point in the history
  • Loading branch information
rarestoma committed Feb 19, 2021
1 parent 6062d6d commit 65b27cb
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 98 deletions.
96 changes: 0 additions & 96 deletions src/components/BaseSlider.vue

This file was deleted.

2 changes: 0 additions & 2 deletions src/plugins/globalComponents.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ import BaseInput from "../components/BaseInput";
import BaseNav from "../components/BaseNav";
import BasePagination from "../components/BasePagination";
import BaseProgress from "../components/BaseProgress";
import BaseSlider from "../components/BaseSlider";
import BaseSwitch from "../components/BaseSwitch";
import BaseRadio from "../components/BaseRadio";
import BaseTable from "../components/BaseTable";
Expand All @@ -34,7 +33,6 @@ const GlobalComponents = {
app.component("base-nav", BaseNav);
app.component("base-pagination", BasePagination);
app.component("base-progress", BaseProgress);
app.component("base-slider", BaseSlider);
app.component("base-switch", BaseSwitch);
app.component("base-radio", BaseRadio);
app.component("base-table", BaseTable);
Expand Down

0 comments on commit 65b27cb

Please sign in to comment.