This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
import React, { Component } from 'react'; | |
import { FontAwesomeIcon } from '@fortawesome/react-fontawesome'; | |
import PropTypes from 'prop-types'; | |
import FileUploader from 'react-firebase-file-uploader'; | |
import firebase from '../../utils/firebase'; | |
class ImageUploader extends Component { | |
constructor(props) { | |
super(props); |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
git rm -r --cached . | |
git add . | |
git commit -m "cached cleared. fix for .gitignore" |