ohctechv3/.svn/pristine/83/83ccac70102068ee2ebf444288c039de7649e4b0.svn-base
2024-10-28 15:03:36 +05:30

5 lines
183 B
Plaintext

'use client';
export { default } from './BottomNavigation';
export { default as bottomNavigationClasses } from './bottomNavigationClasses';
export * from './bottomNavigationClasses';