added channel creation
This commit is contained in:
9
src/components/channels/channelList.tsx
Normal file
9
src/components/channels/channelList.tsx
Normal file
@@ -0,0 +1,9 @@
|
||||
import { ChannelModal } from '@components/channels/channelModal';
|
||||
|
||||
export default function ChannelList() {
|
||||
return (
|
||||
<div className="flex flex-col gap-px">
|
||||
<ChannelModal />
|
||||
</div>
|
||||
);
|
||||
}
|
||||
Reference in New Issue
Block a user