Skip to content

Commit

Permalink
Fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
NoelDeMartin committed Jun 28, 2024
1 parent 8ae7acc commit 412c4e5
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/pages/workspace/WorkspaceTask.vue
Original file line number Diff line number Diff line change
Expand Up @@ -144,10 +144,9 @@ import {
translate,
useForm,
} from '@aerogel/core';
import { computedModel } from '@aerogel/plugin-soukai';
import { computedModel, useModelEvent } from '@aerogel/plugin-soukai';
import { computed, ref, watchEffect } from 'vue';
import { Cloud } from '@aerogel/plugin-offline-first';
import { useModelEvent } from '@aerogel/plugin-soukai';
import Task from '@/models/Task';
import Workspaces from '@/services/Workspaces';
Expand Down

0 comments on commit 412c4e5

Please sign in to comment.