mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-07 20:31:06 -05:00
5 lines
125 B
JavaScript
5 lines
125 B
JavaScript
|
import App from '../base'
|
||
|
import ExposedSettings from './exposed-settings'
|
||
|
|
||
|
App.constant('ExposedSettings', ExposedSettings)
|