File tree Expand file tree Collapse file tree 5 files changed +6
-6
lines changed Expand file tree Collapse file tree 5 files changed +6
-6
lines changed File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change 1
1
import * as React from "react"
2
2
import { graphql } from "gatsby"
3
3
4
- import Layout from "../components/Layout"
5
- import Seo from "../components/Seo"
4
+ import Layout from "../components/Layout/Layout "
5
+ import Seo from "../components/Seo/Seo "
6
6
7
7
interface NotFoundPageProps {
8
8
data : {
Original file line number Diff line number Diff line change 1
1
import * as React from "react"
2
2
import { Link , graphql } from "gatsby"
3
3
4
- import Seo from "../components/Seo"
5
- import Layout from "../components/Layout"
4
+ import Seo from "../components/Seo/Seo "
5
+ import Layout from "../components/Layout/Layout "
6
6
7
7
interface BlogIndexProps {
8
8
data : {
Original file line number Diff line number Diff line change 1
1
import * as React from "react"
2
2
import { Link , graphql } from "gatsby"
3
3
4
- import Layout from "../components/Layout"
5
- import Seo from "../components/Seo"
4
+ import Layout from "../components/Layout/Layout "
5
+ import Seo from "../components/Seo/Seo "
6
6
7
7
interface BlogPostTemplateProps {
8
8
data : {
You can’t perform that action at this time.
0 commit comments