Skip to content

Commit 8b6037c

Browse files
authored
A typo about the name of the css file.
1 parent 7ad23f6 commit 8b6037c

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)