Skip to content

Commit

Permalink
feat: fix linting errors
Browse files Browse the repository at this point in the history
  • Loading branch information
Conrad Schmidt committed Feb 27, 2019
1 parent e4d006f commit ef270e5
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/components/cv-file-uploader/cv-file-uploader-skeleton.vue
Original file line number Diff line number Diff line change
Expand Up @@ -7,14 +7,14 @@
</template>

<script>
import TextSkeleton from '../cv-skeleton-text/cv-skeleton-text';
import ButtonSkeleton from '../cv-button/cv-button';
import CvSkeletonText from '../cv-skeleton-text/cv-skeleton-text';
import CvButtonSkeleton from '../cv-button/cv-button-skeleton';
export default {
name: 'CvFileUploaderSkeleton',
components: {
TextSkeleton,
ButtonSkeleton,
CvSkeletonText,
CvButtonSkeleton,
},
};
</script>
Expand Down

0 comments on commit ef270e5

Please sign in to comment.