add code ya know

This commit is contained in:
2025-11-06 14:09:13 -07:00
parent 442f6055f6
commit bac3b409d2
3 changed files with 54 additions and 2 deletions

View File

@@ -1,2 +1,2 @@
import { Interactor, Action, Reaction } from "./src/interactor.js";
import { Interactor, Action, Reaction } from "./interactor.js";
export { Interactor, Action, Reaction };