mirror of
https://github.com/DeveloLongScript/MHSF.git
synced 2026-05-08 05:15: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: <></>,
|
||
|
|
};
|