Skip to content

Commit

Permalink
refactor(asset): update import path for asset usecase in resolver
Browse files Browse the repository at this point in the history
  • Loading branch information
kasugamirai committed Jan 12, 2025
1 parent 07d8ec9 commit 1f40029
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion asset/graphql/resolver.go
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
package graphql

import (
"github.com/reearth/reearthx/asset/assetusecase"
"github.com/reearth/reearthx/asset/repository"
assetusecase "github.com/reearth/reearthx/asset/usecase"
)

type Resolver struct {
Expand Down

0 comments on commit 1f40029

Please sign in to comment.