mirror of
https://github.com/onsonr/sonr.git
synced 2025-03-10 13:07:09 +00:00
refactor: rename 'global/cdn' to 'assets'
This commit is contained in:
parent
ca51df20d6
commit
b5dc577d01
@ -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"
|
||||
)
|
||||
|
||||
|
@ -9,7 +9,7 @@ import "github.com/a-h/templ"
|
||||
import templruntime "github.com/a-h/templ/runtime"
|
||||
|
||||
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"
|
||||
)
|
||||
|
||||
|
@ -9,7 +9,7 @@ import "github.com/a-h/templ"
|
||||
import templruntime "github.com/a-h/templ/runtime"
|
||||
|
||||
import (
|
||||
"github.com/onsonr/sonr/pkg/nebula/global/cdn"
|
||||
cdn "github.com/onsonr/sonr/pkg/nebula/assets"
|
||||
"strings"
|
||||
)
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user