Skip to content

Commit

Permalink
chore(test): use new paths
Browse files Browse the repository at this point in the history
  • Loading branch information
andrejsharapov committed Nov 14, 2022
1 parent f2253f9 commit 6396597
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/components/ListShadows.vue
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ div
</template>

<script>
import { collection } from "@/shadows";
import { collection } from "../../shadows";
export default {
name: "ListShadows",
Expand Down
2 changes: 1 addition & 1 deletion src/main.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import Vue from "vue";
import App from "./App.vue";
import vueBoxShadows from "./index";
import vueBoxShadows from "../index";

Vue.use(vueBoxShadows, {
// useClass: true,
Expand Down

0 comments on commit 6396597

Please sign in to comment.