4 lines
147 B
JavaScript
4 lines
147 B
JavaScript
|
const ScreenReaderAlertCollection = new Mongo.Collection('Screenreader-alert', { connection: null });
|
||
|
|
||
|
export default ScreenReaderAlertCollection;
|