mirror of
https://github.com/yu-i-i/overleaf-cep.git
synced 2025-08-09 01:56:51 +02:00
6 lines
158 B
JavaScript
6 lines
158 B
JavaScript
/** @import { WebModule } from "../../types/web-module" */
|
|
|
|
/** @type {WebModule} */
|
|
const ServerCeScriptsModule = {}
|
|
|
|
module.exports = ServerCeScriptsModule
|