Skip to content

Commit

Permalink
fix: fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
gautamgambhir97 committed Oct 18, 2024
1 parent f97dfa1 commit 51f90d1
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion theme/fetch-ai-docs/components/navbar.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ import { Anchor } from "./anchor";
import React, { useState, useEffect, useRef } from "react";
import { Gear } from "src/icons/shared-icons";
import { ThemeSwitcher } from "./theme-switcher";
import { useTheme } from "next-themes";

export type NavBarProps = {
flatDirectories: Item[];
Expand Down

0 comments on commit 51f90d1

Please sign in to comment.