Remove unused frontend stuff

This commit is contained in:
ta264
2021-07-21 21:50:17 +01:00
parent 7f8dc3d2b4
commit 71a34c7650
20 changed files with 0 additions and 540 deletions

View File

@@ -47,7 +47,6 @@ function createMapStateToProps() {
return {
...schema,
items: bookFiles.items,
authorType: author.authorType,
isDeleting: bookFiles.isDeleting,
isSaving: bookFiles.isSaving
};