'use client';
import * as React from 'react';
import Link from 'next/link';
export default function AdminHeader() {
return (
{/* Left Side: Back to home and Dashboard title */}
← Home
Knowledge Base Admin
{/* Changes save and publish automatically — no manual publish step. */}
Auto-saved & published
);
}