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