'use client'; import { useHistoryStore } from '@/store/history-store'; import { History } from 'lucide-react'; export function HistoryPanel() { const { undoStack, redoStack } = useHistoryStore(); return (
No history yet
{command.name}
{new Date(command.timestamp).toLocaleTimeString()}
{command.name}
{new Date(command.timestamp).toLocaleTimeString()}