5 lines
90 B
JavaScript
5 lines
90 B
JavaScript
export default () => {
|
|
window.Prism = window.Prism || {}
|
|
window.Prism.manual = true
|
|
}
|