1
0
Fork 0
mirror of https://git.rwth-aachen.de/acs/public/villas/web/ synced 2025-03-09 00:00:01 +01:00

add missing import of Form from react-bootstrap

This commit is contained in:
Sonja Happ 2021-03-12 16:30:19 +01:00
parent 42ccaf9ba3
commit 391213bba4
2 changed files with 13 additions and 1 deletions

12
package-lock.json generated
View file

@ -11371,6 +11371,18 @@
"requires": {
"react": "^16.7.0",
"react-dom": "^16.7.0"
},
"dependencies": {
"react": {
"version": "16.14.0",
"resolved": "https://registry.npmjs.org/react/-/react-16.14.0.tgz",
"integrity": "sha512-0X2CImDkJGApiAlcf0ODKIneSwBPhqJawOa5wCtKbu7ZECrmS26NvtSILynQ66cgkT/RJ4LidJOc3bUESwmU8g==",
"requires": {
"loose-envify": "^1.1.0",
"object-assign": "^4.1.1",
"prop-types": "^15.6.2"
}
}
}
},
"nan": {

View file

@ -16,7 +16,7 @@
******************************************************************************/
import React, { Component } from 'react';
import { OverlayTrigger, Tooltip , Button } from 'react-bootstrap';
import { OverlayTrigger, Tooltip , Button, Form } from 'react-bootstrap';
import ColorPicker from './color-picker'
import Icon from "../../common/icon";
import { scaleOrdinal } from "d3-scale";