Skip to content

Commit

Permalink
Post-rebase cleanup.
Browse files Browse the repository at this point in the history
  • Loading branch information
dannon committed Jul 19, 2023
1 parent cde6018 commit b35756c
Show file tree
Hide file tree
Showing 9 changed files with 10 additions and 15 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -280,8 +280,8 @@ import FolderTopBar from "./TopToolbar/FolderTopBar";
import GButton from "@/component-library/GButton.vue";
import GCol from "@/component-library/GCol.vue";
import GInput from "@/component-library/GInput.vue";
import GContainer from "@/component-library/GContainer.vue";
import GInput from "@/component-library/GInput.vue";
import GLink from "@/component-library/GLink.vue";
import GPagination from "@/component-library/GPagination.vue";
import GRow from "@/component-library/GRow.vue";
Expand Down Expand Up @@ -311,7 +311,6 @@ export default {
FontAwesomeIcon,
GButton,
GInput,
GLink,
UtcDate,
},
beforeRouteUpdate(to, from, next) {
Expand Down
2 changes: 1 addition & 1 deletion client/src/components/Login/LoginForm.vue
Original file line number Diff line number Diff line change
Expand Up @@ -116,8 +116,8 @@ import GCard from "@/component-library/GCard.vue";
import GCardBody from "@/component-library/GCardBody.vue";
import GCardFooter from "@/component-library/GCardFooter.vue";
import GCardHeader from "@/component-library/GCardHeader.vue";
import GInput from "@/component-library/GInput.vue";
import GEmbed from "@/component-library/GEmbed.vue";
import GInput from "@/component-library/GInput.vue";
Vue.use(BootstrapVue);
Expand Down
2 changes: 1 addition & 1 deletion client/src/components/Login/RegisterForm.vue
Original file line number Diff line number Diff line change
Expand Up @@ -113,9 +113,9 @@ import GCard from "@/component-library/GCard.vue";
import GCardBody from "@/component-library/GCardBody.vue";
import GCardFooter from "@/component-library/GCardFooter.vue";
import GCardHeader from "@/component-library/GCardHeader.vue";
import GInput from "@/component-library/GInput.vue";
import GCollapse from "@/component-library/GCollapse.vue";
import GEmbed from "@/component-library/GEmbed.vue";
import GInput from "@/component-library/GInput.vue";
Vue.use(BootstrapVue);
Expand Down
2 changes: 1 addition & 1 deletion client/src/components/Markdown/Markdown.vue
Original file line number Diff line number Diff line change
Expand Up @@ -72,8 +72,8 @@ import Vue from "vue";
import MarkdownContainer from "./MarkdownContainer.vue";
import GAlert from "@/component-library/GAlert.vue";
import GButton from "@/component-library/GButton.vue";
import GBadge from "@/component-library/GBadge.vue";
import GButton from "@/component-library/GButton.vue";
import LoadingSpan from "components/LoadingSpan.vue";
import StsDownloadButton from "components/StsDownloadButton.vue";
Expand Down
2 changes: 1 addition & 1 deletion client/src/components/Panels/WorkflowBox.vue
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@ import { computed } from "vue";
import { useUserStore } from "@/stores/userStore";
import { withPrefix } from "@/utils/redirect";
import GBadge from "@/component-library/GBadge.vue";
import GButton from "@/component-library/GButton.vue";
import GButtonGroup from "@/component-library/GButtonGroup.vue";
import GBadge from "@/component-library/GBadge.vue";
import WorkflowSearch from "@/components/Workflow/WorkflowSearch.vue";
// @ts-ignore bad library types
Expand Down
2 changes: 1 addition & 1 deletion client/src/components/User/CustomBuilds.vue
Original file line number Diff line number Diff line change
Expand Up @@ -159,8 +159,8 @@ import GAlert from "@/component-library/GAlert.vue";
import GButton from "@/component-library/GButton.vue";
import GCard from "@/component-library/GCard.vue";
import GCol from "@/component-library/GCol.vue";
import GInput from "@/component-library/GInput.vue";
import GContainer from "@/component-library/GContainer.vue";
import GInput from "@/component-library/GInput.vue";
import GRow from "@/component-library/GRow.vue";
Vue.use(BootstrapVue);
Expand Down
4 changes: 2 additions & 2 deletions client/src/components/admin/DataManager/DataManager.vue
Original file line number Diff line number Diff line change
Expand Up @@ -77,14 +77,14 @@ import { getAppRoot } from "onload/loadConfig";
import { debounce } from "underscore";
import GAlert from "@/component-library/GAlert.vue";
import GBadge from "@/component-library/GBadge.vue";
import GButton from "@/component-library/GButton.vue";
import GButtonGroup from "@/component-library/GButtonGroup.vue";
import GBadge from "@/component-library/GBadge.vue";
import GCard from "@/component-library/GCard.vue";
import GCardGroup from "@/component-library/GCardGroup.vue";
import GCol from "@/component-library/GCol.vue";
import GInput from "@/component-library/GInput.vue";
import GContainer from "@/component-library/GContainer.vue";
import GInput from "@/component-library/GInput.vue";
import GInputGroup from "@/component-library/GInputGroup.vue";
import GInputGroupAppend from "@/component-library/GInputGroupAppend.vue";
import GRow from "@/component-library/GRow.vue";
Expand Down
2 changes: 1 addition & 1 deletion client/src/components/admin/DataManager/DataManagerJob.vue
Original file line number Diff line number Diff line change
Expand Up @@ -77,8 +77,8 @@ import axios from "axios";
import { getAppRoot } from "onload/loadConfig";
import GAlert from "@/component-library/GAlert.vue";
import GButton from "@/component-library/GButton.vue";
import GBreadcrumb from "@/component-library/GBreadcrumb.vue";
import GButton from "@/component-library/GButton.vue";
import GCard from "@/component-library/GCard.vue";
import GCol from "@/component-library/GCol.vue";
import GContainer from "@/component-library/GContainer.vue";
Expand Down
6 changes: 1 addition & 5 deletions client/src/components/admin/DataManager/DataManagerJobs.vue
Original file line number Diff line number Diff line change
Expand Up @@ -74,13 +74,9 @@ import axios from "axios";
import { getAppRoot } from "onload/loadConfig";
import GAlert from "@/component-library/GAlert.vue";
import GBreadcrumb from "@/component-library/GBreadcrumb.vue";
import GButton from "@/component-library/GButton.vue";
import GButtonGroup from "@/component-library/GButtonGroup.vue";
import GBreadcrumb from "@/component-library/GBreadcrumb.vue";
import GCard from "@/component-library/GCard.vue";
import GCol from "@/component-library/GCol.vue";
import GInput from "@/component-library/GInput.vue";
import GContainer from "@/component-library/GContainer.vue";
import GInputGroup from "@/component-library/GInputGroup.vue";
import GInputGroupAppend from "@/component-library/GInputGroupAppend.vue";
import GRow from "@/component-library/GRow.vue";
Expand Down

0 comments on commit b35756c

Please sign in to comment.