Skip to content

Commit

Permalink
Remove index.js for more consistent paths
Browse files Browse the repository at this point in the history
  • Loading branch information
skube authored Apr 24, 2018
1 parent 39d8725 commit f049497
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions docs/tutorial/part-two/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -347,9 +347,7 @@ Gatsby works out of the box with CSS Modules.
Let's build a page using CSS Modules.

First, let's create a new `Container` component which we'll use for each of the
CSS-in-JS examples. Create a `container` directory at `src/components` and
then, in this directory, create a file named `index.js` and paste the
following:
CSS-in-JS examples. Create a new directory at `src/components` and then, in this new directory, create a file named `container.js` and paste the following:

```javascript
import React from "react";
Expand Down

0 comments on commit f049497

Please sign in to comment.