Added announcement modal (#3098)
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
// Map of announcement file names to their content
|
||||
export const announcementContents: Record<string, string> = {};
|
||||
|
||||
// Helper function to get announcement content by filename
|
||||
export function getAnnouncementContent(filename: string): string | null {
|
||||
return announcementContents[filename] || null;
|
||||
}
|
||||
@@ -0,0 +1 @@
|
||||
[]
|
||||
Reference in New Issue
Block a user