Skip to content

Commit fd269a7

Browse files
committed
Fix typo
1 parent 1e02a83 commit fd269a7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ import { Provider } from 'react-redux';
44
import { BrowserRouter, Route, Switch } from 'react-router-dom';
55
import './index.css';
66
import App from './components/App';
7-
import Gists from './components/Gists2';
7+
import Gists from './components/Gists';
88
import Gist from './components/Gist';
99
import CreateGist from './components/CreateGist';
1010
import store from './state/store';

0 commit comments

Comments
 (0)