Footer.jsx 176 Bytes
Newer Older
fisherdaddy's avatar
fisherdaddy committed
1 2 3 4 5 6 7 8 9 10 11
import React from 'react';

function Footer() {
  return (
    <footer>
      <p>&copy; 2024 AI工具箱. 保留所有权利。</p>
    </footer>
  );
}

export default Footer;