Skip to content

Commit

Permalink
[FIX] document_page: Remove pre-commit warning log
Browse files Browse the repository at this point in the history
warning  Imports should be sorted alphabetically  sort-imports
  • Loading branch information
victoralmau committed Jan 28, 2025
1 parent 2f19668 commit fda2e2e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions document_page/static/src/js/document_page_kanban_view.esm.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import {registry} from "@web/core/registry";
import {kanbanView} from "@web/views/kanban/kanban_view";
import {DocumentPageKanbanController} from "./document_page_kanban_controller.esm";
import {kanbanView} from "@web/views/kanban/kanban_view";
import {registry} from "@web/core/registry";

export const documentPageKanbanView = {
...kanbanView,
Expand Down

0 comments on commit fda2e2e

Please sign in to comment.