1
0
mirror of https://github.com/kremalicious/portfolio.git synced 2024-12-22 17:23:22 +01:00

file moving

This commit is contained in:
Matthias Kretschmann 2018-07-18 21:00:50 +02:00
parent 1f47a0c1b8
commit 7ff95eb319
Signed by: m
GPG Key ID: 606EEEF3C479A91F
4 changed files with 5 additions and 10 deletions

View File

@ -21,7 +21,7 @@
},
"dependencies": {
"file-saver": "^1.3.8",
"gatsby": "^2.0.0-beta.43",
"gatsby": "^2.0.0-beta.46",
"gatsby-image": "^2.0.0-beta.6",
"gatsby-plugin-favicon": "github:TuckerWhitehouse/gatsby-plugin-favicon#gatsby-v2",
"gatsby-plugin-matomo": "^0.4.1",
@ -30,7 +30,7 @@
"gatsby-plugin-sass": "next",
"gatsby-plugin-sharp": "^2.0.0-beta.5",
"gatsby-plugin-sitemap": "next",
"gatsby-source-filesystem": "^2.0.1-beta.5",
"gatsby-source-filesystem": "^2.0.1-beta.6",
"gatsby-transformer-json": "next",
"gatsby-transformer-sharp": "^2.1.1-beta.5",
"gatsby-transformer-yaml": "next",

View File

@ -1,7 +1,7 @@
import React, { Fragment } from 'react'
import PropTypes from 'prop-types'
import { StaticQuery, graphql } from 'gatsby'
import Head from './atoms/Head'
import Head from './molecules/Head'
import Header from './organisms/Header'
import Footer from './organisms/Footer'
import styles from './Layout.module.scss'

View File

@ -1,5 +1,4 @@
import React from 'react'
import PropTypes from 'prop-types'
import { StaticQuery, graphql } from 'gatsby'
import Helmet from 'react-helmet'
@ -45,7 +44,3 @@ const Typekit = () => (
)
export default Typekit
TypekitScript.propTypes = {
id: PropTypes.string.isRequired
}

View File

@ -1,8 +1,8 @@
import React, { Fragment } from 'react'
import PropTypes from 'prop-types'
import Helmet from 'react-helmet'
import SEO from './SEO'
import Typekit from './Typekit'
import SEO from '../atoms/SEO'
import Typekit from '../atoms/Typekit'
const Head = ({ meta }) => {
const { title, tagline } = meta