mirror of
https://github.com/mediacms-io/mediacms.git
synced 2026-03-17 10:23:05 -04:00
a
This commit is contained in:
@@ -6,9 +6,9 @@ import { MediaListWrapper } from '../components/MediaListWrapper';
|
||||
import ProfilePagesHeader from '../components/profile-page/ProfilePagesHeader';
|
||||
import ProfilePagesContent from '../components/profile-page/ProfilePagesContent';
|
||||
import { LazyLoadItemListAsync } from '../components/item-list/LazyLoadItemListAsync.jsx';
|
||||
import { ProfileMediaPage } from './ProfileMediaPage';
|
||||
import { ProfileMediaPageBase } from './ProfileMediaPage';
|
||||
|
||||
export class ProfilePlaylistsPage extends ProfileMediaPage {
|
||||
export class ProfilePlaylistsPage extends ProfileMediaPageBase {
|
||||
constructor(props) {
|
||||
super(props, 'author-playlists');
|
||||
|
||||
|
||||
Reference in New Issue
Block a user