fix typo
This commit is contained in:
parent
3aead19b47
commit
fe3eb1e4c6
1 changed files with 1 additions and 1 deletions
|
@ -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';
|
||||
|
|
Loading…
Reference in a new issue