subtracks/src/components/library/PlaylistsTab.tsx
austinried d82be24992 reorg, start of custom buttom tabs
now we're cookin with bottom tabs
2021-06-19 18:38:13 +09:00

10 lines
188 B
TypeScript

import React from 'react';
import TopTabContainer from '../common/TopTabContainer';
const PlaylistsTab = () => (
<TopTabContainer>
</TopTabContainer>
);
export default PlaylistsTab;