This commit is contained in:
Sean Yesmunt 2021-03-15 16:50:54 -04:00 committed by DispatchCommit
parent 3aead19b47
commit fe3eb1e4c6

View file

@ -5,7 +5,7 @@ import { Redirect } from 'react-router-dom';
import Spinner from 'component/spinner';
import ChannelPage from 'page/channel';
import FilePage from 'page/file';
import LivestreamPage from 'page/livestreamStream';
import LivestreamPage from 'page/livestream';
import Page from 'component/page';
import Button from 'component/button';
import Card from 'component/common/card';