Skip to content

Commit

Permalink
chore: linting
Browse files Browse the repository at this point in the history
  • Loading branch information
EwoutV committed May 23, 2024
1 parent 4a7148c commit 750c5cb
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions frontend/src/composables/services/project.service.ts
Original file line number Diff line number Diff line change
@@ -1,9 +1,8 @@
import { Project, ProjectJSON } from '@/types/Project';
import { Project } from '@/types/Project';
import { type Ref, ref } from 'vue';
import { endpoints } from '@/config/endpoints.ts';
import { i18n } from '@/config/i18n.ts';
import axios from 'axios';
import { create, deleteId, get, getList, patch, processError } from '@/composables/services/helpers.ts';
import { create, deleteId, get, getList, patch } from '@/composables/services/helpers.ts';
import { type Response } from '@/types/Response.ts';
import { useMessagesStore } from '@/store/messages.store.ts';

Expand Down

0 comments on commit 750c5cb

Please sign in to comment.