Skip to content

Commit 5fc4a2d

Browse files
committed
fix(sistent): use code-block of button component and delete the redundent one
Signed-off-by: Naik Mubashir <naikmubashir095@gmail.com>
1 parent 55ad479 commit 5fc4a2d

2 files changed

Lines changed: 1 addition & 19 deletions

File tree

src/sections/Projects/Sistent/components/iconbutton/code-block.js

Lines changed: 0 additions & 18 deletions
This file was deleted.

src/sections/Projects/Sistent/components/iconbutton/code.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ import { navigate } from "gatsby";
33
import { useLocation } from "@reach/router";
44

55
import { IconButton, SistentThemeProvider } from "@sistent/sistent";
6-
import { CodeBlock } from "./code-block";
6+
import { CodeBlock } from "../button/code-block";
77
import { FaEdit } from "@react-icons/all-files/fa/FaEdit";
88
import { FaHeart } from "@react-icons/all-files/fa/FaHeart";
99
import { FaTrash } from "@react-icons/all-files/fa/FaTrash";

0 commit comments

Comments
 (0)