mirror of
https://github.com/OCA/knowledge.git
synced 2025-07-13 15:34:49 -06:00
[FIX] document_page: Remove pre-commit warning log
warning Imports should be sorted alphabetically sort-imports
This commit is contained in:
parent
2f19668530
commit
fda2e2eeb2
@ -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,
|
||||
|
Loading…
Reference in New Issue
Block a user