mhsf-dev/src/banner.tsx

8 lines
142 B
TypeScript
Raw Normal View History

2024-07-23 18:49:21 -05:00
import { Server } from "lucide-react";
/** used when there is a outage */
export const banner = {
isBanner: false,
bannerText: <></>,
};