1
0

feat: make repo an installable node package

This commit is contained in:
AlanSilvaaa
2026-06-03 18:59:08 -04:00
parent 6b195e88c0
commit 4badd0210c
10 changed files with 162 additions and 43 deletions

6
blocksystem/src/index.ts Normal file
View File

@@ -0,0 +1,6 @@
import Blocks from './components/Blocks.vue'
const MathProblem = Blocks
export { Blocks, MathProblem }
export default MathProblem