mirror of
https://github.com/austinried/subtracks.git
synced 2025-12-27 09:09:29 +01:00
10 lines
188 B
TypeScript
10 lines
188 B
TypeScript
import React from 'react';
|
|
import TopTabContainer from '../common/TopTabContainer';
|
|
|
|
const PlaylistsTab = () => (
|
|
<TopTabContainer>
|
|
</TopTabContainer>
|
|
);
|
|
|
|
export default PlaylistsTab;
|