Skip to content

Commit

Permalink
fix(Notifications): Destop layout - Fix Code Smells Completely | JIRA…
Browse files Browse the repository at this point in the history
…: PT-84
  • Loading branch information
Trung-Hieu-Dev committed May 31, 2022
1 parent e416ca7 commit f433752
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/modules/notification/views/index.vue
Original file line number Diff line number Diff line change
Expand Up @@ -172,8 +172,7 @@
</template>

<script lang="ts">
import { h } from 'vue'
import { defineComponent, inject, ref, reactive } from 'vue'
import { defineComponent, inject, ref, reactive, h } from 'vue'
import { Message } from 'element-plus'
// Icon
Expand Down

0 comments on commit f433752

Please sign in to comment.