This website works better with JavaScript
Home
Explore
Help
Sign In
Klapi
/
TrapiLib
forked from
nikatlas/TrapiLib
Watch
3
Star
0
Fork
0
Files
Tree:
4b6bd747ab
Branches
Tags
master
TrapiLib
/
lib
/
systems
/
InjectionSystem.js
InjectionSystem.js
87 B
History
Raw
1
2
3
4
5
6
7
8
9
export default class InjectionSystem {
constructor(){
}
inject(component){
}
}