refactor(#2826): move View into Explorer package

This commit is contained in:
Alexander Courtis 2025-04-21 14:23:34 +10:00
parent ee72e97d13
commit 110fa7e7a4
2 changed files with 1 additions and 1 deletions

View File

@ -19,7 +19,7 @@ local LiveFilter = require("nvim-tree.explorer.live-filter")
local Sorter = require("nvim-tree.explorer.sorter")
local Clipboard = require("nvim-tree.actions.fs.clipboard")
local Renderer = require("nvim-tree.renderer")
local View = require("nvim-tree.view")
local View = require("nvim-tree.explorer.view")
local FILTER_REASON = require("nvim-tree.enum").FILTER_REASON