mirror of
https://github.com/DeveloLongScript/MHSF.git
synced 2026-05-08 03:35:00 -05:00
8 lines
142 B
TypeScript
8 lines
142 B
TypeScript
import { Server } from "lucide-react";
|
|
|
|
/** used when there is a outage */
|
|
export const banner = {
|
|
isBanner: false,
|
|
bannerText: <></>,
|
|
};
|