feat: Add react package (#4)
* chore: Organise * feat: Add `react` package * refactor: Remove unneeded char
This commit is contained in:
5
packages/js/src/index.js
Normal file
5
packages/js/src/index.js
Normal file
@@ -0,0 +1,5 @@
|
||||
import icons from './icons';
|
||||
import toSvg from './to-svg';
|
||||
import replace from './replace';
|
||||
|
||||
module.exports = { icons, toSvg, replace };
|
||||
Reference in New Issue
Block a user