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
-2
View File
@@ -15,7 +15,6 @@ export const BOOK_EDITION_SELECT = 'bookEditionSelect';
export const INDEXER_SELECT = 'indexerSelect';
export const ROOT_FOLDER_SELECT = 'rootFolderSelect';
export const SELECT = 'select';
export const SERIES_TYPE_SELECT = 'authorTypeSelect';
export const DYNAMIC_SELECT = 'dynamicSelect';
export const TAG = 'tag';
export const TEXT = 'text';
@@ -41,7 +40,6 @@ export const all = [
ROOT_FOLDER_SELECT,
SELECT,
DYNAMIC_SELECT,
SERIES_TYPE_SELECT,
TAG,
TEXT,
TEXT_TAG,