PHP Classes

File: resources/js/components/layouts/Footer.js

Recommend this page to a friend!
  Classes of Maniruzzaman Akash   Laravel React Task Management   resources/js/components/layouts/Footer.js   Download  
File: resources/js/components/layouts/Footer.js
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: Laravel React Task Management
Application to manage tasks
Author: By
Last change:
Date: 1 year ago
Size: 184 bytes
 

Contents

Class file image Download
import * as React from "react"; const Footer = () => { return ( <div className="mt-5"> <p>&copy; 2020 - All rights reserved</p> </div> ); }; export default Footer;