import FolderTree from ".././FolderTree"; import React from "react"; import UploadStorageSwitcher from "../UploadStorageSwitcher"; import mobilecheck from "../../utils/mobileCheck"; class LeftSection extends React.Component { constructor(props) { super(props); this.isMobile = mobilecheck(); this.nonDropMode = window.localStorage.getItem('non_drop-mode'); } render() { return (