import { BookOpen } from "lucide-react" import { AppShell } from "~/components/layout/app-shell" import { Card, CardContent, CardDescription, CardHeader, CardTitle, } from "~/components/ui/card" import { pageTitle } from "~/lib/page-meta" export const meta = () => pageTitle("Library") export default function LibraryRoute() { return ( Library Saved items, templates, and reusable artifacts.

Library is empty

A home for AI-generated artifacts and saved snippets — pair with @crema/artifact-ui{" "} when you start producing them.

) }