♻️(frontend) simplify useDocStore

We moved the editor store to its own store in the previous
commit. This change allow us to simplify useDocStore.
This commit is contained in:
Anthony LC
2024-11-09 10:39:44 +01:00
committed by Anthony LC
parent a09e740648
commit e4dfae1905
5 changed files with 27 additions and 36 deletions

View File

@@ -18,6 +18,7 @@ and this project adheres to
- 🚸(backend) improve users similarity search and sort results #391
- 🌐(backend) add german translation #259
- ♻️(frontend) simplify stores #402
## Fixed