☑️ index.ts

This commit is contained in:
nirholas
2026-03-31 10:23:19 +00:00
parent a86cef6c6a
commit f8f51bae1f

View File

@@ -8,3 +8,4 @@ export { useStalledAnimation } from './useStalledAnimation.js'
export { getDefaultCharacters, interpolateColor } from './utils.js'
// Teammate components are NOT exported here - use dynamic require() to enable dead code elimination
// See REPL.tsx and Spinner.tsx for the correct import pattern