diff --git a/src/components/Spinner/index.ts b/src/components/Spinner/index.ts index 25d9fe0..3b4c8ad 100644 --- a/src/components/Spinner/index.ts +++ b/src/components/Spinner/index.ts @@ -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 +