Lint fixes

pull/3997/head
Tuğçe Küçükoğlu 2023-05-25 16:28:03 +03:00
parent 4a99deefff
commit 31bf880cec
3 changed files with 3 additions and 0 deletions

View File

@ -1,5 +1,6 @@
import { afterEach } from 'vitest'; import { afterEach } from 'vitest';
import FilterService from '../FilterService'; import FilterService from '../FilterService';
const filters = FilterService.filters; const filters = FilterService.filters;
import { ObjectUtils } from 'primevue/utils'; import { ObjectUtils } from 'primevue/utils';

View File

@ -1,6 +1,7 @@
import { mount } from '@vue/test-utils'; import { mount } from '@vue/test-utils';
import { beforeEach } from 'vitest'; import { beforeEach } from 'vitest';
import Avatar from './Avatar.vue'; import Avatar from './Avatar.vue';
let wrapper = null; let wrapper = null;
beforeEach(() => { beforeEach(() => {

View File

@ -22,6 +22,7 @@ import FooterSection from './landing/FooterSection';
import TemplateSection from './landing/TemplateSection'; import TemplateSection from './landing/TemplateSection';
import ThemeSection from './landing/ThemeSection'; import ThemeSection from './landing/ThemeSection';
import UsersSection from './landing/UsersSection'; import UsersSection from './landing/UsersSection';
const Intro = defineAsyncComponent(() => import('./landing/Intro.vue')); const Intro = defineAsyncComponent(() => import('./landing/Intro.vue'));
export default { export default {