mirror of
https://github.com/vale981/Vulcan
synced 2025-03-09 20:16:39 -04:00
5 lines
No EOL
188 B
JavaScript
5 lines
No EOL
188 B
JavaScript
import React from 'react';
|
|
import FormControl from 'react-bootstrap/lib/FormControl';
|
|
import { registerComponent } from 'meteor/vulcan:lib';
|
|
|
|
registerComponent('FormControl', FormControl); |