chore: Getting in the action builder

This commit is contained in:
BluJ
2023-04-24 12:19:12 -06:00
parent 72a7b02814
commit 0e3bf38ed4
8 changed files with 143 additions and 26 deletions

3
lib/actions/index.ts Normal file
View File

@@ -0,0 +1,3 @@
export { CreatedAction, createAction } from "./createAction";
export { setupActions } from "./setupActions";