Skip to content

Commit 922d21d

Browse files
committed
fix: some files were in the wrong place for some reason
1 parent b35efce commit 922d21d

File tree

3 files changed

+2
-2
lines changed

3 files changed

+2
-2
lines changed
File renamed without changes.
File renamed without changes.

lua/dap-view/breakpoints/view.lua

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@ local winbar = require("dap-view.options.winbar")
22
local state = require("dap-view.state")
33
local globals = require("dap-view.globals")
44
local vendor = require("dap-view.breakpoints.vendor")
5-
local extmarks = require("dap-view.exceptions.util.extmarks")
6-
local treesitter = require("dap-view.exceptions.util.treesitter")
5+
local extmarks = require("dap-view.breakpoints.util.extmarks")
6+
local treesitter = require("dap-view.breakpoints.util.treesitter")
77
local views = require("dap-view.views")
88

99
local api = vim.api

0 commit comments

Comments
 (0)