Files
bedolaga-cabinet/src/components/primitives/Button/index.ts
c0mrade 6d5ee3856e Fix ESLint fast-refresh warnings
Refactor to resolve react-refresh/only-export-components warnings:
- Move buttonVariants export to separate file (Button.variants.ts)
- Extract WebSocketContext to dedicated context file
- Move useWebSocketContext hook to separate file
- Update imports across affected files

All component files now export only components, improving fast refresh reliability
2026-02-04 04:08:11 +03:00

3 lines
126 B
TypeScript

export { Button, type ButtonProps } from './Button';
export { buttonVariants, type ButtonVariants } from './Button.variants';