Skip to content

Commit 4f5fda4

Browse files
authored
Merge pull request #3 from AryanJ-NYC/develop
Develop
2 parents 0a3ca31 + 26110ee commit 4f5fda4

File tree

14 files changed

+157
-435
lines changed

14 files changed

+157
-435
lines changed

.docz/app/components/Layout.js

Lines changed: 0 additions & 68 deletions
This file was deleted.

.docz/app/components/Link.js

Lines changed: 0 additions & 11 deletions
This file was deleted.

.docz/app/components/Seo.js

Lines changed: 0 additions & 88 deletions
This file was deleted.

.docz/app/db.json

Lines changed: 0 additions & 147 deletions
This file was deleted.

.docz/app/imports.js

Lines changed: 0 additions & 22 deletions
This file was deleted.

.gitignore

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,9 @@ typings/
5858
.cache/
5959
public
6060

61+
# docz files
62+
.docz/
63+
6164
# netlify files
6265
.netlify/
6366

@@ -68,5 +71,6 @@ public
6871
yarn-error.log
6972
.pnp/
7073
.pnp.js
74+
7175
# Yarn Integrity file
7276
.yarn-integrity

src/components/seo.tsx

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,3 @@
1-
/**
2-
* SEO component that queries for data with
3-
* Gatsby's useStaticQuery React hook
4-
*
5-
* See: https://www.gatsbyjs.org/docs/use-static-query/
6-
*/
7-
81
import React from 'react';
92
import PropTypes from 'prop-types';
103
import Helmet from 'react-helmet';

0 commit comments

Comments
 (0)