Skip to content

Commit c8ba604

Browse files
committedMay 7, 2019
import Chapter -> chapter
1 parent 6793bbd commit c8ba604

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎packages/gatsby-theme/src/components/templates/TutorialOverview.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import React from "react";
22
import { graphql } from "gatsby";
33
import Layout from "../layout";
4-
import Chapter from "../Chapter";
4+
import Chapter from "../chapter";
55
import { TutorialOverviewQuery } from "src/graphqlTypes";
66
import { Author } from "../Author";
77

0 commit comments

Comments
 (0)
Please sign in to comment.