import React from 'react'; import { render } from 'react-dom'; import { BrowserRouter as Router, Link, Route, withRouter } from 'react-router-dom'; import {observer, inject} from 'mobx-react'; import s from '../styles/app.style'; /* Components */ import API from './SpreadsheetData'; import {PageNotFound, UnderConstruction, Donate} from './Snippets'; import EnterTheCode from './entercode/index'; import Collection from './collection/index'; import Portal from './portal/index'; import Home from './Home'; // const BlockAvoider = withRouter(Base) render( {/* */} , document.getElementById('root'), ); function Routing(props) { return (
); } function Base(props) { // Configuration for the language and background // Images managed in css file const language = "ENG"; const bkgrnd = "05"; const children = ; return (
{children}


©2008 Chaotic USA Entertainment Group, Inc.
U.S. Pat 5810666 and 5954332 and other pending patent applications. All Rights Reserved.
); }