refactor: move CDN assets to separate folder

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