Created the Channels.jsx

This commit is contained in:
2023-11-13 20:10:45 +01:00
parent 52c57deb8e
commit 0695339eff

View File

@@ -0,0 +1,9 @@
import "./styles.sass";
export const Channels = () => {
return (
<div>
<h1>Channels</h1>
</div>
);
}