Skip to content

Commit

Permalink
filip(chore): unused swizzled components cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
fstoqnov-iohk committed Aug 12, 2024
1 parent af8de36 commit 32552f0
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 13 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ import React from "react";
import { translate } from "@docusaurus/Translate";
import styles from "./styles.module.css";
import ToggleMenu from "../../../../../components/icons/ToggleMenu";
import clsx from "clsx";
export default function DocPageLayoutSidebarExpandButton({ toggleSidebar }) {
return (
<div
Expand Down
2 changes: 1 addition & 1 deletion docs/src/theme/Logo/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import useDocusaurusContext from "@docusaurus/useDocusaurusContext";
import { useThemeConfig } from "@docusaurus/theme-common";
import ThemedImage from "@theme/ThemedImage";
import useMediaQuery from "../../hooks/useMediaQuery";
import { forPhablet, forTablet } from "../../../helpers/media-queries";
import { forPhablet } from "../../../helpers/media-queries";
function LogoThemedImage({ logo, alt, imageClassName }) {
const sources = {
light: useBaseUrl(logo.src),
Expand Down
11 changes: 0 additions & 11 deletions docs/src/theme/Navbar/Logo/index.js

This file was deleted.

0 comments on commit 32552f0

Please sign in to comment.