diff options
| author | taehoon <th.dev91@gmail.com> | 2019-04-06 15:35:23 -0400 |
|---|---|---|
| committer | taehoon <th.dev91@gmail.com> | 2019-05-03 11:40:06 -0400 |
| commit | ddc7c870f401a1cb7e59cd5144b6acff65a01e7e (patch) | |
| tree | f469ef9760d48aaee12a2a2d9bba77c1b06031b2 /src/components/user_reporting_modal | |
| parent | 58a420f2b3935bffe950497672f60c19f86bd2ed (diff) | |
rewrite checkbox component
Diffstat (limited to 'src/components/user_reporting_modal')
| -rw-r--r-- | src/components/user_reporting_modal/user_reporting_modal.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/components/user_reporting_modal/user_reporting_modal.js b/src/components/user_reporting_modal/user_reporting_modal.js index 34a87720..f445f184 100644 --- a/src/components/user_reporting_modal/user_reporting_modal.js +++ b/src/components/user_reporting_modal/user_reporting_modal.js @@ -1,6 +1,6 @@ import Status from '../status/status.vue' -import Checkbox from '../checkbox/checkbox.js' +import Checkbox from '../checkbox/checkbox.vue' const UserReportingModal = { components: { |
