Refactor icon folder location
This commit is contained in:
parent
318892f55c
commit
f7d15b35d6
|
|
@ -28,12 +28,12 @@
|
|||
</template>
|
||||
|
||||
<script>
|
||||
import LinkIcon from '@/components/images/LinkIcon';
|
||||
import VideoIcon from '@/components/images/VideoIcon';
|
||||
import ImageIcon from '@/components/images/ImageIcon';
|
||||
import TextIcon from '@/components/images/TextIcon';
|
||||
import SpeechBubbleIcon from '@/components/images/SpeechBubbleIcon';
|
||||
import DocumentIcon from '@/components/images/DocumentIcon';
|
||||
import LinkIcon from '@/components/icons/LinkIcon';
|
||||
import VideoIcon from '@/components/icons/VideoIcon';
|
||||
import ImageIcon from '@/components/icons/ImageIcon';
|
||||
import TextIcon from '@/components/icons/TextIcon';
|
||||
import SpeechBubbleIcon from '@/components/icons/SpeechBubbleIcon';
|
||||
import DocumentIcon from '@/components/icons/DocumentIcon';
|
||||
|
||||
export default {
|
||||
components: {
|
||||
|
|
@ -42,7 +42,7 @@
|
|||
ImageIcon,
|
||||
TextIcon,
|
||||
SpeechBubbleIcon,
|
||||
DocumentIcon,
|
||||
DocumentIcon
|
||||
}
|
||||
}
|
||||
</script>
|
||||
|
|
|
|||
|
|
@ -7,7 +7,7 @@
|
|||
</template>
|
||||
|
||||
<script>
|
||||
import AddPointer from '@/components/images/AddPointer';
|
||||
import AddPointer from '@/components/icons/AddPointer';
|
||||
|
||||
export default {
|
||||
components: {
|
||||
|
|
|
|||
|
|
@ -10,7 +10,7 @@
|
|||
</template>
|
||||
|
||||
<script>
|
||||
import Tick from '@/components/images/Tick.vue';
|
||||
import Tick from '@/components/icons/Tick.vue';
|
||||
|
||||
export default {
|
||||
props: {
|
||||
|
|
|
|||
|
|
@ -6,7 +6,7 @@
|
|||
</template>
|
||||
|
||||
<script>
|
||||
import ChevronRight from '@/components/images/ChevronRight.vue';
|
||||
import ChevronRight from '@/components/icons/ChevronRight.vue';
|
||||
|
||||
export default {
|
||||
props: ['value'],
|
||||
|
|
|
|||
|
|
@ -5,7 +5,7 @@
|
|||
</template>
|
||||
|
||||
<script>
|
||||
import Add from '@/components/images/Add.vue';
|
||||
import Add from '@/components/icons/Add.vue';
|
||||
|
||||
export default {
|
||||
components: {
|
||||
|
|
|
|||
|
|
@ -5,7 +5,7 @@
|
|||
</template>
|
||||
|
||||
<script>
|
||||
import Add from '@/components/images/Add';
|
||||
import Add from '@/components/icons/Add';
|
||||
|
||||
export default {
|
||||
components: {
|
||||
|
|
|
|||
|
|
@ -6,7 +6,7 @@
|
|||
</template>
|
||||
|
||||
<script>
|
||||
import Cards from '@/components/images/Cards.vue';
|
||||
import Cards from '@/components/icons/Cards.vue';
|
||||
|
||||
export default {
|
||||
props: ['entryCount'],
|
||||
|
|
|
|||
|
|
@ -8,7 +8,7 @@
|
|||
</template>
|
||||
|
||||
<script>
|
||||
import Group from '@/components/images/Group.vue';
|
||||
import Group from '@/components/icons/Group.vue';
|
||||
|
||||
export default {
|
||||
props: ['name', 'year'],
|
||||
|
|
|
|||
|
|
@ -14,7 +14,7 @@
|
|||
</template>
|
||||
|
||||
<script>
|
||||
import Ellipses from '@/components/images/Ellipses.vue';
|
||||
import Ellipses from '@/components/icons/Ellipses.vue';
|
||||
import RoomGroupWidget from '@/components/rooms/RoomGroupWidget';
|
||||
import RoomEntryCountWidget from '@/components/rooms/RoomEntryCountWidget';
|
||||
|
||||
|
|
|
|||
|
|
@ -35,7 +35,7 @@
|
|||
</style>
|
||||
|
||||
<script>
|
||||
import Cross from '@/components/images/Cross';
|
||||
import Cross from '@/components/icons/Cross';
|
||||
|
||||
export default {
|
||||
components: {
|
||||
|
|
|
|||
Loading…
Reference in New Issue