Skip to content

Commit 5cc3497

Browse files
authored
Merge pull request #36 from peterhychan/master
A typo about the name of the css file.
2 parents 7ad23f6 + 8b6037c commit 5cc3497

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

day-4/src/components/Timeline/Timeline.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import React from 'react';
22

3-
import './Timeline.css';
3+
import './timeline.css';
44

55
// Don't do it like this. This is for example only
66
class Timeline extends React.Component {

0 commit comments

Comments
 (0)