Skip to content

Commit

Permalink
removing commits
Browse files Browse the repository at this point in the history
  • Loading branch information
DhairyaMajmudar committed Jan 2, 2024
1 parent 28f2dc8 commit 9e1d1bd
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 6 deletions.
1 change: 0 additions & 1 deletion src/components/MessageBox/messageBox.vue
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,6 @@

<script lang="ts" setup>
import BooleanTable from '@/DialogBox/BooleanTable.vue'
// import { defineProps, defineEmits } from 'vue'
defineEmits(['buttonClick'])
Expand Down
5 changes: 1 addition & 4 deletions src/components/Navbar/Hamburger/Hamburger.vue
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,4 @@

<script lang="ts" setup></script>

<style>
/* Commenting since ./Hamburger.css file is empty its showing errors in the console */
/* @import url('./Hamburger.css'); */
</style>
<style></style>
1 change: 0 additions & 1 deletion src/components/ReportIssue/ReportIssueButton.vue
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@
</template>

<script lang="ts" setup>
// import { defineEmits } from 'vue'
const emit = defineEmits(['openReportModal'])
Expand Down

0 comments on commit 9e1d1bd

Please sign in to comment.