Move AccessList out of components directory.

- The AccessList component is pretty specific to the Organization component, and given the structure and methods within it, is pretty context-specific and not a good candidate to be a re-useable component.
This commit is contained in:
Kia Lam
2019-03-13 16:37:03 -04:00
parent 0495214f47
commit c6d810621f
2 changed files with 0 additions and 3 deletions

View File

@@ -1,3 +0,0 @@
import AccessList from './Access.list';
export default AccessList;