refactor: rename 'global/cdn' to 'assets'

This commit is contained in:
Prad Nukala
2024-10-07 23:16:03 -04:00
parent ca51df20d6
commit b5dc577d01
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -1,7 +1,7 @@
package global
import (
"github.com/onsonr/sonr/pkg/nebula/global/cdn"
cdn "github.com/onsonr/sonr/pkg/nebula/assets"
"github.com/onsonr/sonr/pkg/nebula/global/state"
)