Footer is a React functional component that renders the footer of the application. It displays the copyright year, the developer's name, and the build date and time since build date in the title of the developer's name.

  • Parameters

    • props: {}

    Returns ReactNode | Promise<ReactNode>