import { Section } from "./sections"; import { Typography } from "@material-ui/core"; export const NoProvidersConfigured = () => (
No providers configured Chose one of providers on the left and configure it to use the app
);