Skip to content

Commit

Permalink
fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
aliel committed May 26, 2024
1 parent b989b71 commit c72a5fa
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/layouts/MainLayout.vue
Original file line number Diff line number Diff line change
Expand Up @@ -188,14 +188,12 @@ import { useRouter, useRoute } from 'vue-router';
// IMport Components
import AccountButton from 'src/components/AccountButton.vue';
import PersonaDialog from 'src/components/PersonaDialog.vue';
import PersonaDropDown from 'src/components/PersonaDropDown.vue';
export default defineComponent({
name: 'MainLayout',
components: {
AccountButton,
PersonaDialog,
PersonaDropDown
PersonaDialog
},
setup() {
Expand Down

0 comments on commit c72a5fa

Please sign in to comment.