1
0
mirror of https://github.com/LaCasemate/fab-manager.git synced 2025-01-18 07:52:23 +01:00
This commit is contained in:
Sylvain 2022-05-31 09:16:56 +02:00 committed by Sylvain
parent 0f15127f22
commit 8770adead4

View File

@ -1,5 +1,5 @@
/**
* This is a compatibility wrapper to allow usage of react-switch inside of the angular.js app
* This is a compatibility wrapper to allow usage of react-switch inside the angular.js app
*/
import Switch from 'react-switch';
import { react2angular } from 'react2angular';