Skip to content

Commit

Permalink
Fixed lint issues: unused variables
Browse files Browse the repository at this point in the history
Signed-off-by: Anand-Theertha <[email protected]>
  • Loading branch information
Anand-Theertha committed Dec 9, 2024
1 parent 909a8d1 commit 33df114
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/sections/Projects/Sistent/components/card/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -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, CardMedia , Typography, Box, Button } from "@layer5/sistent";
import { SistentThemeProvider, Card, CardActions, CardContent, CardMedia , Typography, Button } from "@layer5/sistent";
import TabButton from "../../../../../reusecore/Button";
import { SistentLayout } from "../../sistent-layout";
import { Row } from "../../../../../reusecore/Layout";
Expand Down

0 comments on commit 33df114

Please sign in to comment.