import App from "./app"; import React from "react"; import jQuery from "jquery"; const $ = jQuery; import Settings from "./settings"; const settings = new Settings(); window.onload = async() => { // console.log(settings.config.keys()); } App(() => { return <>

Work in progress. Nothing here is final or guaranteed to work.

; })