/* Author : hyojeong yang Date : 2024.11.11 Project : 다채움 */ /* common */ import { initCommon } from './common/common-common.js'; initCommon(); /* custrom */ import { initCusCommon } from './custom/custom-common.js'; initCusCommon();