tooot/src/components/Header.tsx

6 lines
203 B
TypeScript
Raw Permalink Normal View History

2020-12-13 14:04:25 +01:00
import HeaderLeft from '@components/Header/Left'
2021-01-14 00:43:35 +01:00
import HeaderCenter from '@components/Header/Center'
2020-12-13 14:04:25 +01:00
import HeaderRight from '@components/Header/Right'
2020-11-30 00:24:53 +01:00
2021-01-14 00:43:35 +01:00
export { HeaderLeft, HeaderCenter, HeaderRight }