moved components to sub directory

feature/appm-store/pbac
Jayasanka 5 years ago
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…
Cancel
Save