Skip to content

Commit 628464e

Browse files
committed
remove comments
Signed-off-by: Siddhi sahu <himanisahu739@gmail.com>
1 parent 283a2f4 commit 628464e

2 files changed

Lines changed: 5 additions & 5 deletions

File tree

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 from "react";
1+
import React, { useState } 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)