PHP Classes

File: frontend/components/layouts/Footer.tsx

Recommend this page to a friend!
  Classes of Maniruzzaman Akash   PHP App Generator   frontend/components/layouts/Footer.tsx   Download  
File: frontend/components/layouts/Footer.tsx
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: PHP App Generator
Generate Web applications using Laravel
Author: By
Last change: Update of frontend/components/layouts/Footer.tsx
Date: 1 year ago
Size: 194 bytes
 

Contents

Class file image Download
import React, { FunctionComponent } from 'react' type Props = { // } const Footer: FunctionComponent<Props> = () => ( <div> <h1>Footer</h1> </div> ) export default Footer;