/**
* Import all components
* @author: Vallejos Jose Luis.
* @module index
* @type {Object}
* @see: choiseOption.js
* @see: thankYou.js
* @see: cleanContainer.js
* @see: showLoader.js
* @see: index.js
* @see: webpack.config.js
* @see: babel.config.js
* @see: package.json
*/
import { choiseOption } from "./Components/Container/choiseOption";
import { thankYou } from "./Components/Container/thankYou";
choiseOption();
thankYou();