소스 검색

Update "light" components.

NaotoshiFujita 5 년 전
부모
커밋
e26502a587
1개의 변경된 파일2개의 추가작업 그리고 1개의 파일을 삭제
  1. 2 1
      src/js/components/index.js

+ 2 - 1
src/js/components/index.js

@@ -45,12 +45,13 @@ export const COMPLETE = {
 
 export const LIGHT = {
 	Options,
-	Elements,
 	Controller,
+	Elements,
 	Track,
 	Clones,
 	Layout,
 	Drag,
+	Click,
 	Arrows,
 	Pagination,
 	A11y,