diff --git a/src/components/AppControls/AppControls.vue b/src/components/AppControls/AppControls.vue index 924bb9eef..3df5f2971 100644 --- a/src/components/AppControls/AppControls.vue +++ b/src/components/AppControls/AppControls.vue @@ -159,7 +159,6 @@ import Actions from "@nextcloud/vue/dist/Components/Actions" import ActionButton from "@nextcloud/vue/dist/Components/ActionButton" // Cannot use `Button` else get `vue/no-reserved-component-names` eslint errors import SimpleButton from "@nextcloud/vue/dist/Components/Button" -import ActionInput from "../SimpleActionInput.vue" import PencilIcon from "icons/Pencil.vue" import LoadingIcon from "icons/Loading.vue" @@ -168,6 +167,7 @@ import PrinterIcon from "icons/Printer.vue" import Location from "./Location.vue" import ModeIndicator from "./ModeIndicator.vue" +import ActionInput from "../SimpleActionInput.vue" export default { name: "AppControls",