remove indirect ref
Some checks failed
Pull request change / publish (pull_request) Failing after 9s

This commit is contained in:
2025-11-06 14:56:46 -07:00
parent e026dcdb15
commit 665dd28f93
2 changed files with 1 additions and 3 deletions

View File

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

View File

@@ -4,7 +4,7 @@
"description": "Cross-element communications and state management utility.",
"author": "Bryce Thorup",
"type": "module",
"main": "index.js",
"main": "interactor.js",
"dependencies": {
"stream": "^1.0.1"
}