Skip to content

Commit

Permalink
Merge pull request #6 from alvarosaburido/bugfix/1-failed-import-svg-…
Browse files Browse the repository at this point in the history
…shapes

fix(assets): moved assets to components folder
  • Loading branch information
alvarosabu authored Jun 10, 2021
2 parents 8392ac5 + 5bb560e commit e335f74
Show file tree
Hide file tree
Showing 5 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<script setup lang="ts">
import CurveBig from '/public/curve-big.svg'
import CurveSmall from '/public/curve-small.svg'
import CurveBig from './assets/curve-big.svg'
import CurveSmall from './assets/curve-small.svg'
</script>
<template>
<div>
Expand Down
File renamed without changes
File renamed without changes
2 changes: 1 addition & 1 deletion components/Zigzags.vue → components/zigzags/Zigzags.vue
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<script setup lang="ts">
import Zigzags from '/public/zigzags.svg'
import Zigzags from './assets/zigzags.svg'
</script>
<template>
<Zigzags />
Expand Down
File renamed without changes

0 comments on commit e335f74

Please sign in to comment.