110110</template >
111111
112112<script >
113- import { mapActions , mapState , storeToRefs } from " pinia" ;
114113import axios from " axios" ;
114+ import { getAppRoot } from " onload/loadConfig" ;
115+ import { mapActions , mapState , storeToRefs } from " pinia" ;
115116
116117import { canMutateHistory , getToolInputs } from " @/api" ;
117118import { useUserToolCredentials } from " @/composables/userToolCredentials" ;
@@ -123,7 +124,9 @@ import { useTourStore } from "@/stores/tourStore";
123124import { useUserStore } from " @/stores/userStore" ;
124125import { useUserToolsServiceCredentialsStore } from " @/stores/userToolsServiceCredentialsStore" ;
125126import { startWatchingHistory } from " @/watch/watchHistoryProvided" ;
126- import { getAppRoot } from " onload/loadConfig" ;
127+
128+ import { getToolFormData , submitJob , submitToolRequest , updateToolFormData } from " ./services" ;
129+ import { structuredInputs } from " ./structured" ;
127130
128131import ToolRecommendation from " ../ToolRecommendation.vue" ;
129132import ToolCard from " ./ToolCard.vue" ;
@@ -135,8 +138,6 @@ import FormDisplay from "@/components/Form/FormDisplay.vue";
135138import FormElement from " @/components/Form/FormElement.vue" ;
136139import LoadingSpan from " @/components/LoadingSpan.vue" ;
137140import ToolEntryPoints from " @/components/ToolEntryPoints/ToolEntryPoints.vue" ;
138- import { getToolFormData , submitJob , submitToolRequest , updateToolFormData } from " ./services" ;
139- import { structuredInputs } from " ./structured" ;
140141
141142export default {
142143 components: {
0 commit comments