Index

Intro

This file contains the index configuration for the application.If you need to add more congurations files, remember to add them in this file to export them.

In the file @config/index.ts you can set the config of the index

Example

The next example is the default configuration

import auth from './auth'
import support from './support'
import company from './company'
import pages from './pages'
import sections from './sections'
import services from './services'
import style from './style'
import brand from './brand'
import menus from './menus'
import testimonials from './testimonials'
import pricing from './pricing'
import payments from './payments'
import faqs from './faqs'
import features from './features'
import logos from './logos'
import newsletter from './newsletter'
import i18n from './i18n'
import favicons from './favicons'
import logsnag from './logsnag'
import slack from './slack'

export default {
    auth,
    support,
    menus,
    company,
    brand,
    pages,
    sections,
    services,
    style,
    testimonials,
    pricing,
    payments,
    faqs,
    features,
    logos,
    newsletter,
    i18n,
    favicons,
    logsnag,
    slack
}
Table of Contents