aboutsummaryrefslogtreecommitdiff
path: root/userapi/storage/accounts/storage_wasm.go
diff options
context:
space:
mode:
Diffstat (limited to 'userapi/storage/accounts/storage_wasm.go')
-rw-r--r--userapi/storage/accounts/storage_wasm.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/userapi/storage/accounts/storage_wasm.go b/userapi/storage/accounts/storage_wasm.go
index ade32b68..dcaf371a 100644
--- a/userapi/storage/accounts/storage_wasm.go
+++ b/userapi/storage/accounts/storage_wasm.go
@@ -17,7 +17,7 @@ package accounts
import (
"fmt"
- "github.com/matrix-org/dendrite/internal/config"
+ "github.com/matrix-org/dendrite/setup/config"
"github.com/matrix-org/dendrite/userapi/storage/accounts/sqlite3"
"github.com/matrix-org/gomatrixserverlib"
)