mirror of
https://github.com/sonr-io/sonr.git
synced 2026-08-02 17:31:39 +00:00
refactor: rename 'global/cdn' to 'assets'
This commit is contained in:
@@ -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"
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|||||||
@@ -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"
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|||||||
@@ -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"
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user