fix: rename file

This commit is contained in:
Barrett Ruth 2025-10-23 23:55:27 -04:00
parent 64b8b03cca
commit 7e2e712b56
3 changed files with 3 additions and 3 deletions

View file

@ -130,7 +130,7 @@ function M.handle_command(opts)
restore.restore_from_current_file()
elseif cmd.type == 'action' then
local setup = require('cp.setup')
local ui = require('cp.ui.panel')
local ui = require('cp.ui.views')
if cmd.action == 'interact' then
ui.toggle_interactive(cmd.interactor_cmd)