utubun/orange

Transfer views into comonents

Closed this issue · 0 comments

Issue

All the current views are in fact components and must be transferred into ./src/components directory. An index.js file must be added to the src directory to simplify the import.

Solution

  1. Create an index.js file in each of subdirs of src. Import all from this file;
  2. Each component type must be in it's own directory.