fixed structure

This commit is contained in:
snoop 2017-07-20 14:43:04 +09:00
parent 3d9e7f86e9
commit 395a429677
3 changed files with 3 additions and 3 deletions

View File

@ -9,7 +9,7 @@ import { PWChange } from '@overflow/member/react/components/PWChange';
import { ProbeDown } from '@overflow/temp/react/components/ProbeDown';
import { DiscoveryDetails } from '@overflow/temp/react/components/DiscoveryDetails';
// import { Components } from '@overflow/temp/react/components/Components';
import { Sensors } from '@overflow/temp/react/components/Sensors';
// import { Sensors } from '@overflow/temp/react/components/Sensors';
// import { Layout } from './containers/test/layout/Layout'
import { Tree } from '@overflow/temp/react/components/commons/Tree';
import { TableExampleSortable } from '@overflow/temp/react/components/TableExampleSortable';

View File

@ -1,6 +1,6 @@
import * as React from 'react';
import { Button, Table, Label, Segment, Header, Container } from 'semantic-ui-react';
import { DetailContainer } from './commons/DetailContainer';
import { DetailContainer } from '@overflow/temp/react/components/commons/DetailContainer';
import { SensorItems } from './SensorItems';
import Sensor from '@overflow/sensor/api/model/Sensor';
import Probe from '@overflow/probe/api/model/Probe';

View File

@ -1,6 +1,6 @@
import * as React from 'react';
import { Button, Table, Header, Container } from 'semantic-ui-react';
import { Sensors } from './Sensors';
import { Sensors } from '@overflow/sensor/react/components/Sensors';
import { DetailContainer } from './commons/DetailContainer';
import Probe from '@overflow/probe/api/model/Probe';