Initial commit

This commit is contained in:
2018-06-22 15:15:22 +05:30
commit eee5d33f3b
17 changed files with 9973 additions and 0 deletions
+9
View File
@@ -0,0 +1,9 @@
import React from 'react';
const NarrowComponent = () => (
<div>
On Potrait Mode
</div>
);
export default NarrowComponent;