Skip to content
This repository was archived by the owner on Apr 21, 2026. It is now read-only.

Commit 8d446a7

Browse files
author
dpatanin
committed
resolve lint errors
1 parent 7dfe050 commit 8d446a7

2 files changed

Lines changed: 5 additions & 6 deletions

File tree

src/pages/getStarted/index.js

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
1-
import React from 'react';
21
import { graphql, Link, withPrefix } from 'gatsby';
3-
import SEO from '../../components/SEO';
4-
import Layout from '../../components/Layout';
52
import Img from 'gatsby-image';
3+
import React from 'react';
4+
import Layout from '../../components/Layout';
5+
import SEO from '../../components/SEO';
66

77
const GetStarted = (props) => {
88
const docs = props.data.ServicesQuery.edges.filter(function (doc) {
@@ -28,7 +28,7 @@ const GetStarted = (props) => {
2828
<h2>Documentation for user and developer</h2>
2929
{/* TODO: Build quick link navigation */}
3030
<div className="quick-link-menu">
31-
✍ Page under construction.
31+
<span> ✍ Page under construction. </span>
3232
<br />
3333
How To:
3434
<ul>

src/templates/doc.js

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
1-
import React from 'react';
21
import { graphql } from 'gatsby';
2+
import React from 'react';
33
import Layout from '../components/Layout';
4-
import Sidebar from '../components/Sidebar.js';
54

65
const docs = ({ data, location }) => {
76
const { html } = data.markdownRemark;

0 commit comments

Comments
 (0)