mirror of
https://repository.entgra.net/community/device-mgt-core.git
synced 2025-10-06 02:01:45 +00:00
moved components to sub directory
This commit is contained in:
parent
feb68e9a70
commit
4864d5f8ec
@ -2,7 +2,7 @@ import {
|
||||
Skeleton, Switch, Card, Icon, Avatar, Typography
|
||||
} from 'antd';
|
||||
import React from "react";
|
||||
import config from "../../public/conf/config.json";
|
||||
import config from "../../../public/conf/config.json";
|
||||
|
||||
const { Meta } = Card;
|
||||
const { Text } = Typography;
|
||||
@ -2,7 +2,7 @@ import React from "react";
|
||||
import AppCard from "./AppCard";
|
||||
import {Col, Row} from "antd";
|
||||
import {connect} from "react-redux";
|
||||
import {getApps} from "../js/actions";
|
||||
import {getApps} from "../../js/actions";
|
||||
|
||||
// connecting state.articles with the component
|
||||
const mapStateToProps= state => {
|
||||
@ -1,7 +1,7 @@
|
||||
import React from "react";
|
||||
import "antd/dist/antd.css";
|
||||
import {PageHeader, Typography,Input, Button, Row, Col} from "antd";
|
||||
import AppList from "../../../components/AppList";
|
||||
import AppList from "../../../components/apps/AppList";
|
||||
|
||||
const Search = Input.Search;
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user