mirror of
https://github.com/tooot-app/app
synced 2025-04-13 01:42:41 +02:00
5 lines
116 B
TypeScript
5 lines
116 B
TypeScript
import HeaderLeft from './Header/Left'
|
|
import HeaderRight from './Header/Right'
|
|
|
|
export { HeaderLeft, HeaderRight }
|