added vscode settings and snippets

This commit is contained in:
Sebastian Sdorra
2018-07-12 08:49:41 +02:00
parent bf62eee4d5
commit 8bfef1616c
3 changed files with 108 additions and 1 deletions

View File

@@ -1,9 +1,9 @@
import React, { Component } from "react";
import type { ThunkDispatch } from "redux-thunk";
import Main from "./Main";
import Login from "./Login";
import { connect } from "react-redux";
import { withRouter } from "react-router-dom";
import { ThunkDispatch } from "redux-thunk";
import { fetchMe } from "../modules/me";
import "./App.css";