Skip to content

Commit

Permalink
[IMP] web_tree_many2one_clickable: Imports should be sorted alphabeti…
Browse files Browse the repository at this point in the history
…cally
  • Loading branch information
xaviedoanhduy committed Dec 31, 2024
1 parent e7128ce commit fbe1242
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@
* Copyright 2024 Versada (https://versada.eu)
* License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl). */

import {patch} from "@web/core/utils/patch";
import {ListRenderer} from "@web/views/list/list_renderer";
import {patch} from "@web/core/utils/patch";
import {useService} from "@web/core/utils/hooks";

patch(ListRenderer.prototype, {
Expand Down

0 comments on commit fbe1242

Please sign in to comment.