Fix config store

This commit is contained in:
Andrew Kingston 2024-10-08 15:59:21 +01:00
parent 6e0b5341b1
commit d35fce699a
No known key found for this signature in database
1 changed files with 4 additions and 0 deletions

View File

@ -71,4 +71,8 @@ export const deriveStores = context => {
return config
}
)
return {
config,
}
}