Skip to content

Commit

Permalink
fix(CLI): import paths
Browse files Browse the repository at this point in the history
  • Loading branch information
Khalid-Nowaf committed Jul 1, 2024
1 parent 61f473e commit 0b577a6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cmd/supernet/main.go
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
package main

import (
"github.com/khalid_nowaf/supernet/pkg/cli"
"github.com/khalid_nowaf/supernet/pkg/supernet"
"github.com/khalid-nowaf/supernet/pkg/cli"
"github.com/khalid-nowaf/supernet/pkg/supernet"
)

func main() {
Expand Down

0 comments on commit 0b577a6

Please sign in to comment.