abstract dynamic video tile load within new dynamicloader class to allow to load other elements dynamically.

This commit is contained in:
2021-04-16 18:20:39 +02:00
parent dfd92b1730
commit 57a7a9a827
7 changed files with 144 additions and 111 deletions

View File

@ -2,7 +2,7 @@ import React from 'react';
class TVShowPage extends React.Component {
render(): JSX.Element {
return <></>;
return <>TvShowPage</>;
}
}