'use client'; import Button from '../ui/Button'; import LibrarySettings from '../library/LibrarySettings'; interface ContentSettingsProps { // No props needed - LibrarySettings manages its own state } export default function ContentSettings({}: ContentSettingsProps) { return (
{/* Library Settings */} {/* Tag Management */}

Tag Management

Manage your story tags with colors, descriptions, and aliases. Use the Tag Maintenance page to organize and customize your tags.

); }