Skip to content

Commit

Permalink
Move import of ActionInput to the correct spot
Browse files Browse the repository at this point in the history
"correct" according to eslint

Signed-off-by: Marcel Robitaille <[email protected]>
  • Loading branch information
MarcelRobitaille committed Oct 14, 2022
1 parent 9b9f4ba commit fa7b6c8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/AppControls/AppControls.vue
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand All @@ -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",
Expand Down

0 comments on commit fa7b6c8

Please sign in to comment.