mirror of
https://github.com/zulip/zulip.git
synced 2025-11-13 02:17:19 +00:00
6 lines
72 B
JavaScript
6 lines
72 B
JavaScript
"use strict";
|
|
|
|
exports.reset = () => {
|
|
exports.page_params = {};
|
|
};
|