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

@ -19,7 +19,6 @@ export default {
</script>
<style lang="scss">
.modal-view {
z-index: 1000;
position: fixed;
@ -39,5 +38,4 @@ export default {
display: none;
}
}
</style>