renamed Channels to Channellist
This commit is contained in:
parent
ea6579abea
commit
64d9992219
1 changed files with 1 additions and 1 deletions
|
@ -1,6 +1,6 @@
|
||||||
import React, { Component } from 'react';
|
import React, { Component } from 'react';
|
||||||
|
|
||||||
export default class Channels extends Component<any, any> {
|
export default class Channellist extends Component<any, any> {
|
||||||
constructor(props: any) {
|
constructor(props: any) {
|
||||||
super(props);
|
super(props);
|
||||||
this.state = {
|
this.state = {
|
Loading…
Reference in a new issue