fixed path
This commit is contained in:
parent
039a935d14
commit
1f3ad4b588
|
@ -6,12 +6,12 @@ import SignIn from '../views/member/SignIn';
|
|||
import { SignUp } from '@overflow/member/react/components/SignUp';
|
||||
// import { SignIn } from '@overflow/member/react/components/SignIn';;
|
||||
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 { 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 { Layout } from './containers/test/layout/Layout'
|
||||
import { Tree } from '@overflow/temp/react/components/commons/Tree';
|
||||
// import { Tree } from '@overflow/temp/react/components/commons/Tree';
|
||||
import { TableExampleSortable } from '@overflow/temp/react/components/TableExampleSortable';
|
||||
|
||||
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
import * as React from 'react';
|
||||
import { Button, Table, Label, Segment, Header, Container } from 'semantic-ui-react';
|
||||
import { DetailContainer } from '@overflow/temp/react/components/commons/DetailContainer';
|
||||
import { DetailContainer } from '@overflow/commons/react/component/DetailContainer';
|
||||
import { SensorItems } from './SensorItems';
|
||||
import Sensor from '@overflow/sensor/api/model/Sensor';
|
||||
import Probe from '@overflow/probe/api/model/Probe';
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
import * as React from 'react';
|
||||
import { Button, Table, Header, Container } from 'semantic-ui-react';
|
||||
import { SensorList } from '@overflow/sensor/react/components/SensorList';
|
||||
import { DetailContainer } from './commons/DetailContainer';
|
||||
import { DetailContainer } from '@overflow/commons/react/component/DetailContainer';
|
||||
|
||||
import Probe from '@overflow/probe/api/model/Probe';
|
||||
import Target from '@overflow/target/api/model/Target';
|
||||
|
|
Loading…
Reference in New Issue
Block a user