mirror of
https://git.rwth-aachen.de/acs/public/villas/web/
synced 2025-03-09 00:00:01 +01:00
move color picker to common folder
This commit is contained in:
parent
5f2699b938
commit
2f2e6da54e
4 changed files with 4 additions and 6 deletions
|
@ -18,9 +18,7 @@
|
|||
import React from 'react';
|
||||
import { Form } from 'react-bootstrap';
|
||||
import { SketchPicker } from 'react-color';
|
||||
import Dialog from '../../common/dialogs/dialog';
|
||||
import {schemeCategory10} from "d3-scale-chromatic";
|
||||
|
||||
import Dialog from './dialogs/dialog';
|
||||
|
||||
class ColorPicker extends React.Component {
|
||||
|
|
@ -17,7 +17,7 @@
|
|||
|
||||
import React, { Component } from 'react';
|
||||
import { Form, OverlayTrigger, Tooltip, Button, Col } from 'react-bootstrap';
|
||||
import ColorPicker from './color-picker'
|
||||
import ColorPicker from '../../common/color-picker'
|
||||
import Icon from "../../common/icon";
|
||||
|
||||
// schemeCategory20 no longer available in d3
|
||||
|
|
|
@ -17,7 +17,7 @@
|
|||
|
||||
import React from 'react';
|
||||
import { Form, Table, Button, Tooltip, OverlayTrigger } from 'react-bootstrap';
|
||||
import ColorPicker from './color-picker'
|
||||
import ColorPicker from '../../common/color-picker'
|
||||
import Icon from '../../common/icon';
|
||||
import { Collapse } from 'react-collapse';
|
||||
|
||||
|
|
|
@ -17,7 +17,7 @@
|
|||
|
||||
import React, { Component } from 'react';
|
||||
import { OverlayTrigger, Tooltip , Button, Form } from 'react-bootstrap';
|
||||
import ColorPicker from './color-picker'
|
||||
import ColorPicker from '../../common/color-picker'
|
||||
import Icon from "../../common/icon";
|
||||
import {schemeCategory10} from "d3-scale-chromatic";
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue