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

View File

@ -1,7 +1,7 @@
package global package global
import ( 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" "github.com/onsonr/sonr/pkg/nebula/global/state"
) )

View File

@ -9,7 +9,7 @@ import "github.com/a-h/templ"
import templruntime "github.com/a-h/templ/runtime" import templruntime "github.com/a-h/templ/runtime"
import ( 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" "github.com/onsonr/sonr/pkg/nebula/global/state"
) )

View File

@ -9,7 +9,7 @@ import "github.com/a-h/templ"
import templruntime "github.com/a-h/templ/runtime" import templruntime "github.com/a-h/templ/runtime"
import ( import (
"github.com/onsonr/sonr/pkg/nebula/global/cdn" cdn "github.com/onsonr/sonr/pkg/nebula/assets"
"strings" "strings"
) )