import React from 'react'; import { Clock } from 'lucide-react'; export default function ComingSoon({ title }) { return ( <>

Module Coming Soon

We are currently working hard to bring you the {title || 'requested'} module. Stay tuned for updates!

); }