mirror of
https://github.com/locomotivemtl/locomotive-boilerplate.git
synced 2026-01-15 00:55:08 +08:00
8 lines
101 B
JavaScript
8 lines
101 B
JavaScript
const $html = document.documentElement
|
|
const $body = document.body
|
|
|
|
export {
|
|
$html,
|
|
$body,
|
|
}
|