File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 1
1
import React from 'react'
2
2
3
- import Layout from '../components/layout '
3
+ import Layout from '../components/Layout '
4
4
import SEO from '../components/seo'
5
5
6
6
class NotFoundPage extends React . Component {
Original file line number Diff line number Diff line change 1
1
import React from 'react'
2
2
import { Link , graphql } from 'gatsby'
3
3
4
- import Bio from '../components/bio '
5
- import Layout from '../components/layout '
4
+ import Bio from '../components/Bio '
5
+ import Layout from '../components/Layout '
6
6
import SEO from '../components/seo'
7
7
import { rhythm } from '../utils/typography'
8
8
Original file line number Diff line number Diff line change 1
1
import React from 'react'
2
2
import { Link , graphql } from 'gatsby'
3
3
4
- import Bio from '../components/bio '
5
- import Layout from '../components/layout '
4
+ import Bio from '../components/Bio '
5
+ import Layout from '../components/Layout '
6
6
import SEO from '../components/seo'
7
7
import { rhythm , scale } from '../utils/typography'
8
8
You can’t perform that action at this time.
0 commit comments