feat: make repo an installable node package
This commit is contained in:
6
blocksystem/src/index.ts
Normal file
6
blocksystem/src/index.ts
Normal file
@@ -0,0 +1,6 @@
|
||||
import Blocks from './components/Blocks.vue'
|
||||
|
||||
const MathProblem = Blocks
|
||||
|
||||
export { Blocks, MathProblem }
|
||||
export default MathProblem
|
||||
Reference in New Issue
Block a user