1
0
mirror of https://github.com/louislam/uptime-kuma.git synced 2025-02-03 13:11:34 +02:00
This commit is contained in:
Louis Lam 2023-07-15 21:26:41 +08:00
parent 5dd4231e56
commit b038d09349

View File

@ -301,5 +301,4 @@ module.exports = {
};
// Must be at the end
const { MonitorType } = require("./monitor-types/monitor-type");
const { RealBrowserMonitorType } = require("./monitor-types/real-browser-monitor-type");