5 lines
183 B
Plaintext
5 lines
183 B
Plaintext
'use client';
|
|
|
|
export { default } from './BottomNavigation';
|
|
export { default as bottomNavigationClasses } from './bottomNavigationClasses';
|
|
export * from './bottomNavigationClasses'; |