UNPKG

ar-design

Version:

AR Design is a (react | nextjs) ui library.

9 lines (8 loc) 275 B
"use client"; import React from "react"; const Footer = () => { // return <footer>Copyright {new Date().getFullYear()} | Powered By AR Design</footer>; return React.createElement("footer", null, "..."); }; Footer.displayName = "Layout.Footer"; export default Footer;