mirror of
https://github.com/austinried/subtracks.git
synced 2025-12-27 17:19:27 +01:00
7 lines
174 B
TypeScript
7 lines
174 B
TypeScript
import React from 'react'
|
|
import GradientBackground from '@app/components/GradientBackground'
|
|
|
|
const PlaylistsTab = () => <GradientBackground />
|
|
|
|
export default PlaylistsTab
|