import React from "react";
import Layout from "~/components/Layout";
// const Index = () => {
// // const [{ data, loading, error }, refetch] = useAxios({
// // url: "/config",
// // method: "get"
// // });
// // const data = undefined;
// // const loading = false;
// // const error = { message: "Shit broke" };
// // const refetch = () => alert("refetched");
// const userTheme = data && makeTheme(data.branding);
// const theme = data ? userTheme : defaultTheme;
// const Component = data ? : ;
// return (
//
//
//
//
//
//
//
//
//
//
// );
// };
// Index.displayName = "Hyperglass";
const Index = () => ;
export default Index;