We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1e02a83 commit fd269a7Copy full SHA for fd269a7
src/index.js
@@ -4,7 +4,7 @@ import { Provider } from 'react-redux';
4
import { BrowserRouter, Route, Switch } from 'react-router-dom';
5
import './index.css';
6
import App from './components/App';
7
-import Gists from './components/Gists2';
+import Gists from './components/Gists';
8
import Gist from './components/Gist';
9
import CreateGist from './components/CreateGist';
10
import store from './state/store';
0 commit comments