chore: update modul name and imports.

This commit is contained in:
Patryk Hegenberg 2025-02-04 16:31:55 +01:00
parent 5a92382063
commit 594d7e48f5
29 changed files with 38 additions and 38 deletions

View file

@ -1,13 +1,13 @@
package tui
import (
"codeberg.org/Pata1704/system_setup_tool/internal/config"
"codeberg.org/Pata1704/system_setup_tool/internal/dotfiles"
"codeberg.org/Pata1704/system_setup_tool/internal/utils"
"fmt"
"log"
"system_setup_tool/internal/config"
"system_setup_tool/internal/dotfiles"
"system_setup_tool/internal/utils"
pm "system_setup_tool/pkg/packagemanager"
pm "codeberg.org/Pata1704/system_setup_tool/pkg/packagemanager"
"github.com/charmbracelet/huh"
"github.com/mitchellh/mapstructure"