aboutsummaryrefslogtreecommitdiff
path: root/src/components/post_status_modal
diff options
context:
space:
mode:
authortaehoon <th.dev91@gmail.com>2019-10-18 07:28:29 -0400
committertaehoon <th.dev91@gmail.com>2019-10-18 07:28:29 -0400
commit970907547627d600dd67167a22e3b437c5556ea8 (patch)
tree1fee5d38a0637ff92a80ec0d98e48e725bdc89e9 /src/components/post_status_modal
parent2231025c41bef3618bd651ff7c0cacd39923d5e1 (diff)
remove needless importing
Diffstat (limited to 'src/components/post_status_modal')
-rw-r--r--src/components/post_status_modal/post_status_modal.vue2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/components/post_status_modal/post_status_modal.vue b/src/components/post_status_modal/post_status_modal.vue
index 06ef0a35..d1caf38f 100644
--- a/src/components/post_status_modal/post_status_modal.vue
+++ b/src/components/post_status_modal/post_status_modal.vue
@@ -21,8 +21,6 @@
<script src="./post_status_modal.js"></script>
<style lang="scss">
-@import '../../_variables.scss';
-
.post-form-modal-view {
align-items: flex-start;
}