mirror of
https://github.com/yu-i-i/overleaf-cep.git
synced 2026-05-28 19:41:33 +02:00
8 lines
156 B
JavaScript
8 lines
156 B
JavaScript
import App from '../base'
|
|
|
|
const ExposedSettings = window.ExposedSettings
|
|
|
|
App.constant('ExposedSettings', ExposedSettings)
|
|
|
|
export default ExposedSettings
|