Skip to content
This repository has been archived by the owner on Feb 28, 2023. It is now read-only.

Commit

Permalink
it works
Browse files Browse the repository at this point in the history
  • Loading branch information
bahmutov committed Jun 25, 2019
1 parent cbdaa46 commit f9acf5c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/index.js
Expand Up @@ -2,7 +2,7 @@ import React from 'react'
import { render } from 'react-dom'
import { Provider } from 'react-redux'
import { createStore } from 'redux'
import 'todomvc-app-css/index.css'
// import 'todomvc-app-css/index.css'
import App from './components/App'
import reducer from './reducers'

Expand Down

0 comments on commit f9acf5c

Please sign in to comment.