Footer.tsx 100 B

123456
  1. const Widget = () => {
  2. // TODO
  3. return <div>base layout footer</div>;
  4. };
  5. export default Widget;