Asma-F's picture
Deploy: fixed React routing + OpenBMB backend
cc13fc9 verified
Raw
History Blame Contribute Delete
181 Bytes
/**
* @fileoverview exports for browsers
* @author 唯然<weiran.zsd@outlook.com>
*/
"use strict";
const { Linter } = require("./linter/linter");
module.exports = { Linter };