abstract dynamic video tile load within new dynamicloader class to allow to load other elements dynamically.
This commit is contained in:
@ -2,7 +2,7 @@ import React from 'react';
|
||||
|
||||
class TVShowPage extends React.Component {
|
||||
render(): JSX.Element {
|
||||
return <></>;
|
||||
return <>TvShowPage</>;
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user