subtracks/app/screens/LibraryPlaylists.tsx
2021-07-08 12:21:44 +09:00

7 lines
174 B
TypeScript

import React from 'react'
import GradientBackground from '@app/components/GradientBackground'
const PlaylistsTab = () => <GradientBackground />
export default PlaylistsTab