<PageFooter />

The PageFooter component is used to renders the header of a page

The component is located in the @/components/global/Page/Footer directory. To use the component, import it into your file:

import PageFooter from '/components/global/Page/Footer';

Usage

To use the component, add it to your template:

<PageHeader />

Config

For configuration's component, visit Config documentation.

Table of Contents