Jonathan Zobro
7 years ago
19 changed files with 16 additions and 31 deletions
@ -1,4 +1,4 @@ |
|||
@import '../../../../../../../variables.scss'; |
|||
@import '../../variables.scss'; |
|||
|
|||
.title { |
|||
text-align: center; |
@ -1,11 +1,11 @@ |
|||
import React from 'react' |
|||
import PropTypes from 'prop-types' |
|||
import { TiPlus } from 'react-icons/lib/ti' |
|||
import ChannelModal from './components/ChannelModal' |
|||
import ChannelForm from './components/ChannelForm' |
|||
import Channel from './components/Channel' |
|||
import OpenPendingChannel from './components/OpenPendingChannel' |
|||
import ClosedPendingChannel from './components/ClosedPendingChannel' |
|||
import ChannelModal from './ChannelModal' |
|||
import ChannelForm from './ChannelForm' |
|||
import Channel from './Channel' |
|||
import OpenPendingChannel from './OpenPendingChannel' |
|||
import ClosedPendingChannel from './ClosedPendingChannel' |
|||
import styles from './Channels.scss' |
|||
|
|||
const Channels = ({ |
@ -1,4 +1,4 @@ |
|||
@import '../../../../../variables.scss'; |
|||
@import '../../variables.scss'; |
|||
|
|||
.channels { |
|||
width: 75%; |
@ -1,3 +0,0 @@ |
|||
import Channel from './Channel' |
|||
|
|||
export default Channel |
@ -1,3 +0,0 @@ |
|||
import ChannelForm from './ChannelForm' |
|||
|
|||
export default ChannelForm |
@ -1,3 +0,0 @@ |
|||
import ChannelModal from './ChannelModal' |
|||
|
|||
export default ChannelModal |
@ -1,3 +0,0 @@ |
|||
import ClosedPendingChannel from './ClosedPendingChannel' |
|||
|
|||
export default ClosedPendingChannel |
@ -1,3 +0,0 @@ |
|||
import OpenPendingChannel from './OpenPendingChannel' |
|||
|
|||
export default OpenPendingChannel |
Loading…
Reference in new issue