Umar Fayyaz

Results 2 comments of Umar Fayyaz

import 'react-folder-tree/dist/style.css' const FolderTree = dynamic(() => import('react-folder-tree'), { ssr: false }) const justData = { name: 'All Cryptos', children: [ { name: 'Bitcoin', url: 'root/Bitcoin', _id: 1, checked: 0...