From 1e3b9b46a26039baf2066522aaff3fa4e7d59be5 Mon Sep 17 00:00:00 2001 From: Anand-Theertha Date: Mon, 9 Dec 2024 07:40:35 +0000 Subject: [PATCH] Fixed lint issues: unused variables Signed-off-by: Anand-Theertha --- src/sections/Projects/Sistent/components/card/code.js | 2 +- .../Projects/Sistent/components/card/guidance.js | 2 +- .../Projects/Sistent/components/card/index.js | 11 +---------- 3 files changed, 3 insertions(+), 12 deletions(-) diff --git a/src/sections/Projects/Sistent/components/card/code.js b/src/sections/Projects/Sistent/components/card/code.js index dc4b41af0fd6..c54e9ef36e36 100644 --- a/src/sections/Projects/Sistent/components/card/code.js +++ b/src/sections/Projects/Sistent/components/card/code.js @@ -2,7 +2,7 @@ import React from "react"; import { navigate } from "gatsby"; import { useLocation } from "@reach/router"; -import { SistentThemeProvider, Card, CardActions, CardContent, CardHeader, CardMedia , Typography, Box, Button } from "@layer5/sistent"; +import { SistentThemeProvider, Card, CardActions, CardContent, CardMedia , Typography, Button } from "@layer5/sistent"; import { CodeBlock } from "../button/code-block"; import { SistentLayout } from "../../sistent-layout"; diff --git a/src/sections/Projects/Sistent/components/card/guidance.js b/src/sections/Projects/Sistent/components/card/guidance.js index 42ba83ecb926..ad5563214b17 100644 --- a/src/sections/Projects/Sistent/components/card/guidance.js +++ b/src/sections/Projects/Sistent/components/card/guidance.js @@ -2,7 +2,7 @@ import React from "react"; import { navigate } from "gatsby"; import { useLocation } from "@reach/router"; import { Row } from "../../../../../reusecore/Layout"; -import { SistentThemeProvider, Card, CardActions, CardContent, CardHeader, CardMedia , Typography, Box, Button } from "@layer5/sistent"; +import { SistentThemeProvider, Card, CardActions, CardContent, CardMedia , Typography, Button } from "@layer5/sistent"; import { SistentLayout } from "../../sistent-layout"; import MesheryLogo from "../../../../../assets/images/meshery/meshery-logo-light-text-side.webp"; import KanvasLogo from "../../../../../assets/images/kanvas/icon-only/kanvas-icon-color.png"; diff --git a/src/sections/Projects/Sistent/components/card/index.js b/src/sections/Projects/Sistent/components/card/index.js index 90cf07b6fad4..b9526b31f6dd 100644 --- a/src/sections/Projects/Sistent/components/card/index.js +++ b/src/sections/Projects/Sistent/components/card/index.js @@ -4,7 +4,7 @@ import { useLocation } from "@reach/router"; import MesheryLogo from "../../../../../assets/images/meshery/meshery-logo-light-text-side.webp"; import KanvasLogo from "../../../../../assets/images/kanvas/icon-only/kanvas-icon-color.png"; -import { SistentThemeProvider, Card, CardActions, CardContent, CardHeader, CardMedia , Typography, Box, Button } from "@layer5/sistent"; +import { SistentThemeProvider, Card, CardActions, CardContent, CardMedia , Typography, Box, Button } from "@layer5/sistent"; import TabButton from "../../../../../reusecore/Button"; import { SistentLayout } from "../../sistent-layout"; import { Row } from "../../../../../reusecore/Layout"; @@ -14,15 +14,6 @@ const SistentCard = () => { const location = useLocation(); const { isDark } = useStyledDarkMode(); - const bull = ( - - • - - ); - const cardOutlined = (