Created the Channels.jsx
This commit is contained in:
parent
52c57deb8e
commit
0695339eff
9
src/states/Manage/Channels/Channels.jsx
Normal file
9
src/states/Manage/Channels/Channels.jsx
Normal file
@ -0,0 +1,9 @@
|
||||
import "./styles.sass";
|
||||
|
||||
export const Channels = () => {
|
||||
return (
|
||||
<div>
|
||||
<h1>Channels</h1>
|
||||
</div>
|
||||
);
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user