mirror of
https://github.com/overleaf/overleaf.git
synced 2025-02-07 15:41:46 +00:00
7 lines
156 B
JavaScript
7 lines
156 B
JavaScript
import App from '../base'
|
|
|
|
const ExposedSettings = window.ExposedSettings
|
|
|
|
App.constant('ExposedSettings', ExposedSettings)
|
|
|
|
export default ExposedSettings
|