import * as React from 'react'; import {Bluelib, Box, Heading, LayoutThreeCol} from "@steffo/bluelib-react"; import {SophonContextProvider} from "./utils/SophonContext"; import {LoginBox} from "./components/LoginBox"; function App() { return ( Sophon ); } export default App;