diff --git a/src/sections/Projects/Sistent/components/appbar/code.js b/src/sections/Projects/Sistent/components/appbar/code.js index 3c5eebe7f8e1..7532c996b6d8 100644 --- a/src/sections/Projects/Sistent/components/appbar/code.js +++ b/src/sections/Projects/Sistent/components/appbar/code.js @@ -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"; @@ -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();