From f049497d63dbfd52c7a7095119990599da3ab1f5 Mon Sep 17 00:00:00 2001 From: Skubie Doo Date: Tue, 24 Apr 2018 11:28:19 -0400 Subject: [PATCH] Remove index.js for more consistent paths --- docs/tutorial/part-two/index.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/docs/tutorial/part-two/index.md b/docs/tutorial/part-two/index.md index e4bb580765d89..9017a1c82d629 100644 --- a/docs/tutorial/part-two/index.md +++ b/docs/tutorial/part-two/index.md @@ -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";