ohctechv3/.svn/pristine/55/5564f5ca5c49097ba299319d65fa49e2f208087b.svn-base
2024-10-28 15:03:36 +05:30

5 lines
151 B
Plaintext

'use client';
export { default } from './StepIcon';
export { default as stepIconClasses } from './stepIconClasses';
export * from './stepIconClasses';