Skip to content

Commit

Permalink
Removed extra made code-block.js
Browse files Browse the repository at this point in the history
Signed-off-by: NishantSinghhhhh <[email protected]>
  • Loading branch information
NishantSinghhhhh committed Oct 30, 2024
1 parent 4c32044 commit 0960ec0
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/sections/Projects/Sistent/components/appbar/code.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,8 @@ import { navigate } from "gatsby";
import { useLocation } from "@reach/router";

import { SistentThemeProvider } from "@layer5/sistent";
import {CodeBlock} from '../button/code-block.js';
import { CodeBlock } from "../button/code-block.js";
import { SistentLayout } from "../../sistent-layout";

import TabButton from "../../../../../reusecore/Button";
import { useStyledDarkMode } from "../../../../../theme/app/useStyledDarkMode";
import { codes } from "./AppBars/data";
Expand All @@ -14,7 +13,6 @@ import ResponsiveAppBar from "./AppBars/BasicAppBarResponsive";
import SearchAppBar from "./AppBars/AppBarSearch";
import BottomAppBar from "./AppBars/BottomAppbar";


export const AppBarCode = () => {
const location = useLocation();
const { isDark } = useStyledDarkMode();
Expand Down

0 comments on commit 0960ec0

Please sign in to comment.