Skip to content

Commit 352d54c

Browse files
committed
comment eslint warnings
Signed-off-by: Siddhi sahu <[email protected]>
1 parent b31acb9 commit 352d54c

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

src/sections/Projects/Sistent/components/icons/guidance.js

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
import React from "react";
22
import { navigate } from "gatsby";
33
import { useLocation } from "@reach/router";
4-
import { Row } from "../../../../../reusecore/Layout";
5-
import { SistentThemeProvider } from "@sistent/sistent";
4+
// import { Row } from "../../../../../reusecore/Layout";
5+
// import { SistentThemeProvider } from "@sistent/sistent";
66
import { SistentLayout } from "../../sistent-layout";
77
import TabButton from "../../../../../reusecore/Button";
8-
import { useStyledDarkMode } from "../../../../../theme/app/useStyledDarkMode";
8+
// import { useStyledDarkMode } from "../../../../../theme/app/useStyledDarkMode";
99

1010
const IconsGuidance = () => {
1111
const location = useLocation();
12-
const { isDark } = useStyledDarkMode();
12+
// const { isDark } = useStyledDarkMode();
1313

1414
return (
1515
<SistentLayout title="Icons">

src/sections/Projects/Sistent/components/stepper/guidance.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import React, { useState } from "react";
1+
import React from "react";
22
import { navigate } from "gatsby";
33
import { useLocation } from "@reach/router";
44
import { CustomizedStepper, useStepper, SistentThemeProvider, Box, Typography, Button } from "@sistent/sistent";

0 commit comments

Comments
 (0)