mirror of
https://github.com/ItzCrazyKns/Perplexica.git
synced 2025-12-14 15:48:15 +00:00
feat(registry): register plan action
This commit is contained in:
@@ -1,8 +1,10 @@
|
|||||||
import doneAction from './done';
|
import doneAction from './done';
|
||||||
|
import planAction from './plan';
|
||||||
import ActionRegistry from './registry';
|
import ActionRegistry from './registry';
|
||||||
import webSearchAction from './webSearch';
|
import webSearchAction from './webSearch';
|
||||||
|
|
||||||
ActionRegistry.register(webSearchAction);
|
ActionRegistry.register(webSearchAction);
|
||||||
ActionRegistry.register(doneAction);
|
ActionRegistry.register(doneAction);
|
||||||
|
ActionRegistry.register(planAction);
|
||||||
|
|
||||||
export { ActionRegistry };
|
export { ActionRegistry };
|
||||||
|
|||||||
Reference in New Issue
Block a user