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 { observer } from "mobx-react" | |
| import React from "react" | |
| import { Navigate } from "react-router" | |
| import "./state/autoReload" | |
| import SetupBillingCallback from "./pages/middleware/SetupBillingCallback" | |
| import { routes } from "./state" | |
| import { Router, RouteSet } from "./lib/Routes" | |
| import Login, { LoginToWeb } from "./pages/middleware/Login" | |
| import LoginConfirm from "./pages/middleware/LoginConfirm" | |
| import Middleware from "./pages/Middleware" |
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
| <!DOCTYPE html> | |
| <html> | |
| <head> | |
| <title>YO</title> | |
| <script src="//sdk.amazonaws.com/js/aws-sdk-2.1.21.min.js"></script> | |
| <script src="//zeptojs.com/zepto.min.js"></script> | |
| <script src="//cdn.jsdelivr.net/cookies.js/1.2.1/cookies.min.js"></script> | |
| <link rel="stylesheet" href="//yui.yahooapis.com/pure/0.6.0/pure-min.css"> | |
| </head> | |
| <body> |