import { h, Fragment, VNode } from "preact"; import { Divider } from "../mui/Divider"; import { Button } from "./styled/index.js"; import { Typography } from "../mui/Typography"; import { Avatar } from "../mui/Avatar"; import { Grid } from "../mui/Grid"; import { Paper } from "../mui/Paper"; function SignalWifiOffIcon(): VNode { return ; } function Banner({}: {}) { return ( You have lost connection to the internet. This app is offline. {/* */} ); } export default Banner;