filebrowser/frontend/src/notify/index.ts

5 lines
64 B
TypeScript
Raw Normal View History

2024-07-30 17:45:27 +00:00
2024-09-16 21:01:16 +00:00
import * as notify from "./message.js";
2024-07-30 17:45:27 +00:00
export {
2024-09-16 21:01:16 +00:00
notify,
2024-07-30 17:45:27 +00:00
};