first commit
This commit is contained in:
@@ -0,0 +1,14 @@
|
||||
import { Placeholder } from "@/components/Placeholder";
|
||||
import { Hash } from "lucide-react";
|
||||
|
||||
export default function BrowsePage() {
|
||||
return (
|
||||
<Placeholder
|
||||
eyebrow="Messaging"
|
||||
title="Browse channels"
|
||||
subtitle="Discover and join channels"
|
||||
icon={<Hash size={26} />}
|
||||
body="A channel directory with search, categories and one-click join. Gated by the `channelBrowser` feature flag."
|
||||
/>
|
||||
);
|
||||
}
|
||||
Reference in New Issue
Block a user