first commit
This commit is contained in:
18
app/collections/page.tsx
Normal file
18
app/collections/page.tsx
Normal file
@@ -0,0 +1,18 @@
|
||||
import { CollectionSelector } from "@/components/collections/collection-selector";
|
||||
|
||||
export default function CollectionsPage() {
|
||||
return (
|
||||
<div className="space-y-6">
|
||||
<div>
|
||||
<h1 className="text-3xl font-bold tracking-tight">
|
||||
Collections
|
||||
</h1>
|
||||
<p className="text-muted-foreground">
|
||||
Explorez toutes les collections de votre base Cercle GPT
|
||||
</p>
|
||||
</div>
|
||||
|
||||
<CollectionSelector />
|
||||
</div>
|
||||
);
|
||||
}
|
||||
Reference in New Issue
Block a user