Skip to content

Commit 3cd3c81

Browse files
committed
refactor(client): refactor the directory
1 parent 3e08ced commit 3cd3c81

File tree

89 files changed

+74
-74
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

89 files changed

+74
-74
lines changed
File renamed without changes.

client/src/containers/Acls/AclDetails/AclGroups/AclGroups.jsx renamed to client/src/containers/Acl/AclDetail/AclGroups/AclGroups.jsx

File renamed without changes.

client/src/containers/Acls/AclDetails/AclGroups/index.js renamed to client/src/containers/Acl/AclDetail/AclGroups/index.js

File renamed without changes.

client/src/containers/Acls/AclDetails/AclTopics/AclTopics.jsx renamed to client/src/containers/Acl/AclDetail/AclTopics/AclTopics.jsx

File renamed without changes.

client/src/containers/Acls/AclDetails/AclTopics/index.js renamed to client/src/containers/Acl/AclDetail/AclTopics/index.js

File renamed without changes.
File renamed without changes.

client/src/containers/Acls/Acls.jsx renamed to client/src/containers/Acl/AclList/Acls.jsx

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
import React, { Component } from 'react';
2-
import Header from '../Header';
3-
import Table from '../../components/Table';
4-
import * as constants from '../../utils/constants';
5-
import { get } from '../../utils/api';
6-
import { uriAclsList } from '../../utils/endpoints';
7-
import SearchBar from '../../components/SearchBar';
2+
import Header from '../../Header';
3+
import Table from '../../../components/Table';
4+
import * as constants from '../../../utils/constants';
5+
import { get } from '../../../utils/api';
6+
import { uriAclsList } from '../../../utils/endpoints';
7+
import SearchBar from '../../../components/SearchBar';
88

99
class Acls extends Component {
1010
state = {
File renamed without changes.

client/src/containers/ConnectList/ConnectCreate/ConnectCreate.jsx renamed to client/src/containers/Connect/ConnectCreate/ConnectCreate.jsx

File renamed without changes.

client/src/containers/ConnectList/ConnectCreate/index.js renamed to client/src/containers/Connect/ConnectCreate/index.js

File renamed without changes.

0 commit comments

Comments
 (0)