Skip to content

Commit

Permalink
Fix linting
Browse files Browse the repository at this point in the history
  • Loading branch information
NoelDeMartin committed Sep 12, 2024
1 parent e6b42ac commit ec31bdd
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 3 deletions.
1 change: 0 additions & 1 deletion src/models/Task.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
import { Cloud } from '@aerogel/plugin-offline-first';
import type { Attributes } from 'soukai';

import Model from './Task.schema';
Expand Down
1 change: 0 additions & 1 deletion src/pages/workspace/WorkspaceContentBody.vue
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,6 @@
<script setup lang="ts">
import { arrayGroupBy, arraySorted, compare } from '@noeldemartin/utils';
import { Cloud } from '@aerogel/plugin-offline-first';
import { computed, onUnmounted, ref, watch, watchEffect } from 'vue';
import { computedModels } from '@aerogel/plugin-soukai';
import { slideDown, slideUp } from '@/vivant/core';
Expand Down
1 change: 0 additions & 1 deletion src/pages/workspace/WorkspaceSidebarNav.vue
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@
</template>

<script setup lang="ts">
import { Cloud } from '@aerogel/plugin-offline-first';
import { computedModels } from '@aerogel/plugin-soukai';
import { Colors, UI, translate } from '@aerogel/core';
Expand Down

0 comments on commit ec31bdd

Please sign in to comment.