remove needless importing

This commit is contained in:
taehoon 2019-10-18 07:28:29 -04:00
parent 2231025c41
commit 9709075476
3 changed files with 0 additions and 7 deletions

View file

@ -38,8 +38,6 @@
<script src="./media_modal.js"></script>
<style lang="scss">
@import '../../_variables.scss';
.media-modal-view {
z-index: 1001;
@ -109,5 +107,4 @@
}
}
}
</style>