mirror of
https://github.com/ItzCrazyKns/Perplexica.git
synced 2026-04-12 06:44:30 +00:00
feat(academic-search): add academic search
This commit is contained in:
@@ -1,3 +1,4 @@
|
||||
import academicSearchAction from './academicSearch';
|
||||
import doneAction from './done';
|
||||
import planAction from './plan';
|
||||
import ActionRegistry from './registry';
|
||||
@@ -10,5 +11,6 @@ ActionRegistry.register(doneAction);
|
||||
ActionRegistry.register(planAction);
|
||||
ActionRegistry.register(scrapeURLAction);
|
||||
ActionRegistry.register(uploadsSearchAction);
|
||||
ActionRegistry.register(academicSearchAction);
|
||||
|
||||
export { ActionRegistry };
|
||||
|
||||
Reference in New Issue
Block a user