1
0
mirror of https://github.com/locomotivemtl/locomotive-boilerplate.git synced 2026-01-15 00:55:08 +08:00
Files
locomotive-boilerplate/assets/scripts/utils/dom.js
Lucas Vallenet 1a81c865ae Config namespaces
2023-04-05 15:06:51 -04:00

8 lines
101 B
JavaScript

const $html = document.documentElement
const $body = document.body
export {
$html,
$body,
}