import {Link} from "@mui/material"; import Typography from "@mui/material/Typography"; import * as React from "react"; import {Paragraph, VerticallyCenteredContainer} from "./styles"; const NoTopics = (props) => { return ( No topics
It looks like you don't have any subscriptions yet.
Click the "Add subscription" link to create or subscribe to a topic. After that, you can send messages via PUT or POST and you'll receive notifications here. For more information, check out the website or {" "}documentation.
); }; export default NoTopics;