/* ================================================
* Ads
=================================================== */
import ads from './components/ads/index';
/**
 * @param Ads1 - Hello
 * @example
 * Hello
 */
export const Ads = ads;

/* ================================================
* Authors
=================================================== */
import authors from './components/authors/index';
/**
 * @param Authors1 - Hello
 * @example
 * Hello
 */
export const Authors = authors;

/* ================================================
* Banners
=================================================== */
import banner from './components/banners/index';
/**
 * @param Banner1 - Hello
 * @example - Hello
 */
export const Banners = banner;

/* ================================================
* Buttons
=================================================== */
import button from './components/buttons/index';
/**
 * @param Button1 - Hello
 * @example - Hello
 *
 * @param ButtonResponsive - Hello
 * @example - Hello
 */
export const Button = button;

/* ================================================
* Clusters
=================================================== */
import cluster from './components/clusters/index';
/**
 * @param
 * @example
 */
export const Cluster = cluster;

/* ================================================
* FAQ
=================================================== */
import faq from './components/faqs/index';
/**
 * @param
 * @example
 */
export const Faq = faq;

/* ================================================
* Loader
=================================================== */
import loader from './components/loaders/index';
/**
 * comment
 */
export const Loader = loader;

/* ================================================
* Forms
=================================================== */
import form from './components/forms/index';
/**
 * comment
 */
export const Form = form;

/* ================================================
* Price
=================================================== */
import price from './components/prices/index';
/**
 * comment
 */
export const Price = price;

/* ================================================
* Scopes
=================================================== */
import scope from './components/scopes/index';
/**
 * comment
 */
export const Scope = scope;

/* ================================================
* Card
=================================================== */
import team from './components/team/index';
/**
 * comment
 */
export const Team = team;

/* ================================================
* Testimony
=================================================== */
import testimony from './components/testimonies/index';
/**
 * comment
 */
export const Testimony = testimony;

/* ================================================
* Timer
=================================================== */
import timer from './components/timers/index';
/**
 * comment
 */
export const Timer = timer;

/* ================================================
* Addons
=================================================== */
import addons from './components/addons/index';
/**
 * comment
 */
export const Addons = addons;

/* ================================================
* Advice
=================================================== */
import advice from './components/advices/index';
/**
 *
 */
export const Advice = advice;

/* ================================================
* Hero
=================================================== */
import hero from './components/heroes/index';
/**
 * comment
 */
export const Hero = hero;

/* ==============================================================================
* Template
================================================================================= */

/* ================================================
* Menu
=================================================== */
import menu from './components/template/menu/index';
/**
 * comment
 */
export const Menu = menu;

/* ================================================
* Events
=================================================== */
import events from './components/template/classes/index';
/**
 * @param Scripts
 * @param Meta
 * @param Banner
 * @param Forms
 * @param Utils
 */
export const Events = events;

/* ================================================
* Head
=================================================== */
import head from './components/template/head/index';
/**
 * comment
 */
export const Head = head;

/* ================================================
* Complements
=================================================== */
import complements from './components/complements/index';

export const Complements = complements;

/* ================================================
* Footer
=================================================== */
import footer from './components/template/footer/index';

export const Footers = footer;

/* ================================================
* Components
=================================================== */
import components from './components/components/index';

export const Components = components;

/* ================================================
* Inputs
=================================================== */
import inputs from './components/inputs/index';

export const Inputs = inputs;

export default {
    Ads,
    Authors,
    Banners,
    Button,
    Cluster,
    Faq,
    Loader,
    Form,
    Price,
    Scope,
    Team,
    Testimony,
    Timer,
    Addons,
    Advice,
    Hero,
    Menu,
    Events,
    Head,
    Complements,
    Footers,
    Components,
    Inputs,
};
