// Specify the favicon. import { Helmet } from "react-helmet"; import { join } from "path"; import { appBasePath } from "@cocalc/frontend/customize/app-base-path"; export default function LoadFavicons() { return ( ); }