Skip to content

Commit

Permalink
Fix linting
Browse files Browse the repository at this point in the history
  • Loading branch information
dannon committed Nov 18, 2024
1 parent 14480cf commit e7cebdc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
1 change: 1 addition & 0 deletions client/src/components/GalaxyWizard.vue
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
<script setup lang="ts">
import axios from "axios";
import { ref } from "vue";
import Heading from "./Common/Heading.vue";
import LoadingSpan from "./LoadingSpan.vue";
Expand Down
3 changes: 1 addition & 2 deletions client/src/entry/analysis/router.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ import DatasetAttributes from "components/DatasetInformation/DatasetAttributes";
import DatasetDetails from "components/DatasetInformation/DatasetDetails";
import DatasetError from "components/DatasetInformation/DatasetError";
import FormGeneric from "components/Form/FormGeneric";
import GalaxyWizard from "components/GalaxyWizard";
import HelpTerm from "components/Help/HelpTerm";
import HistoryExportTasks from "components/History/Export/HistoryExport";
import HistoryPublished from "components/History/HistoryPublished";
Expand Down Expand Up @@ -85,8 +86,6 @@ import UserDatasetPermissions from "@/components/User/UserDatasetPermissions.vue
import WorkflowPublished from "@/components/Workflow/Published/WorkflowPublished.vue";
import WorkflowInvocationState from "@/components/WorkflowInvocationState/WorkflowInvocationState.vue";

import GalaxyWizard from "components/GalaxyWizard";

Vue.use(VueRouter);

// patches $router.push() to trigger an event and hide duplication warnings
Expand Down

0 comments on commit e7cebdc

Please sign in to comment.