"use client";
// Simple toaster component - can be enhanced later with toast notifications
export function Toaster() {
return null;
}