Files

5 lines
143 B
JavaScript
Raw Permalink Normal View History

'use client';
export { default } from './Switch';
export { default as switchClasses } from './switchClasses';
export * from './switchClasses';