mirror of
https://github.com/OCA/knowledge.git
synced 2025-12-18 11:22:18 -06:00
[FIX] document_page: Remove pre-commit warning log
warning Imports should be sorted alphabetically sort-imports
This commit is contained in:
@@ -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 {DocumentPageKanbanController} from "./document_page_kanban_controller.esm";
|
||||||
|
import {kanbanView} from "@web/views/kanban/kanban_view";
|
||||||
|
import {registry} from "@web/core/registry";
|
||||||
|
|
||||||
export const documentPageKanbanView = {
|
export const documentPageKanbanView = {
|
||||||
...kanbanView,
|
...kanbanView,
|
||||||
|
|||||||
Reference in New Issue
Block a user