This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <div class="main-page"> | |
| <div class="stars"><svg class="star" viewBox="0 0 26 26" x="0px" y="0px"><path d="M11.2,23.1l-2.6-5.3c-0.1-0.2-0.3-0.4-0.5-0.5l-5.3-2.6c-1.5-0.7-1.5-2.8,0-3.5l5.3-2.6 c0.2-0.1,0.4-0.3,0.5-0.5l2.6-5.3c0.7-1.5,2.8-1.5,3.5,0l2.6,5.3c0.1,0.2,0.3,0.4,0.5,0.5l5.3,2.6c1.5,0.7,1.5,2.8,0,3.5l-5.3,2.6 c-0.2,0.1-0.4,0.3-0.5,0.5l-2.6,5.3C14,24.5,12,24.5,11.2,23.1z"></path></svg><svg class="star" viewBox="0 0 26 26" x="0px" y="0px"><path d="M11.2,23.1l-2.6-5.3c-0.1-0.2-0.3-0.4-0.5-0.5l-5.3-2.6c-1.5-0.7-1.5-2.8,0-3.5l5.3-2.6 c0.2-0.1,0.4-0.3,0.5-0.5l2.6-5.3c0.7-1.5,2.8-1.5,3.5,0l2.6,5.3c0.1,0.2,0.3,0.4,0.5,0.5l5.3,2.6c1.5,0.7,1.5,2.8,0,3.5l-5.3,2.6 c-0.2,0.1-0.4,0.3-0.5,0.5l-2.6,5.3C14,24.5,12,24.5,11.2,23.1z"></path></svg><svg class="star" viewBox="0 0 26 26" x="0px" y="0px"><path d="M11.2,23.1l-2.6-5.3c-0.1-0.2-0.3-0.4-0.5-0.5l-5.3-2.6c-1.5-0.7-1.5-2.8,0-3.5l5.3-2.6 c0.2-0.1,0.4-0.3,0.5-0.5l2.6-5.3c0.7-1.5,2.8-1.5,3.5,0l2.6,5.3c0.1,0.2,0.3,0.4,0.5,0.5l5.3,2.6c1.5,0.7,1.5,2.8,0,3.5l-5.3,2.6 c-0 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| window._ = require('lodash'); | |
| window.Popper = require('popper.js').default; | |
| /** | |
| * We'll load jQuery and the Bootstrap jQuery plugin which provides support | |
| * for JavaScript based Bootstrap features such as modals and tabs. This | |
| * code may be modified to fit the specific needs of your application. | |
| */ | |
| try { |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| import { paths } from './paths'; | |
| import { visa } from '../libs/Customs'; | |
| import {StoreActionUrl} from "./StoreActionUrl"; | |
| import { apiEndpoint } from '@app/libs/Util'; | |
| export default class StoreGenerator | |
| { | |
| constructor() | |
| { | |
| this.state = {}; |
NewerOlder