Remove unused code

This commit is contained in:
Ramon Wenger 2021-03-03 17:17:06 +01:00
parent b3268a6299
commit 14022fa9eb
1 changed files with 0 additions and 7 deletions

View File

@ -28,19 +28,12 @@
<script> <script>
import EyeIcon from '@/components/icons/EyeIcon'; import EyeIcon from '@/components/icons/EyeIcon';
import CloseButton from '@/components/ui/CloseButton';
export default { export default {
components: { components: {
CloseButton,
EyeIcon EyeIcon
}, },
methods: {
hello() {
console.log('hello');
}
}
}; };
</script> </script>