Skip to content

Commit

Permalink
fix imports
Browse files Browse the repository at this point in the history
  • Loading branch information
nxrmqlly committed Nov 21, 2024
1 parent 34f1185 commit 7f43943
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions main.go
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ import (
"fmt"
"os"

"youtube-downloader-go/backend/controllers"
"youtube-downloader-go/backend/utils"
"YTGo/backend/controllers"
"YTGo/backend/utils"

"github.com/wailsapp/wails/v2"
"github.com/wailsapp/wails/v2/pkg/options"
Expand Down

0 comments on commit 7f43943

Please sign in to comment.