add some changes

This commit is contained in:
2024-07-08 09:09:51 +02:00
parent 114f9c39e2
commit d53cc77d45
3 changed files with 13 additions and 13 deletions

4
lib/index.js Normal file
View File

@ -0,0 +1,4 @@
import { MlButton } from "../components/Ml/Button/MlButton.vue";
import { MlPaginator } from "../components/Ml/Paginator/MlPaginator.vue";
export { MlButton, MlPaginator };