initial commit

This commit is contained in:
Kwesi Banson Jnr
2025-12-03 22:20:11 +00:00
commit a27aaeb824
96 changed files with 12691 additions and 0 deletions

8
lib/slick-1.8.1/Makefile Executable file
View File

@@ -0,0 +1,8 @@
build: components slick.js slick.css
@component build --dev
components: component.json
@component install --dev
.PHONY: clean