Created the Channels.jsx

This commit is contained in:
Mathias Wagner 2023-11-13 20:10:45 +01:00
parent 52c57deb8e
commit 0695339eff
Signed by: Mathias
GPG Key ID: B8DC354B0A1F5B44

View File

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