OWL ITS + 탐지시스템(인터넷 진흥원)
이민희
2021-11-25 be5e72136e63e4d3513c4c66979fad8e0109c42d
1
2
3
4
5
6
/**
 * Create an element.
 */
export default function makeElement() {
  return document.createElement('div');
}