Skip to content

Commit

Permalink
#6 Removed any in SidebarProps
Browse files Browse the repository at this point in the history
  • Loading branch information
tina-e committed Aug 18, 2022
1 parent 6c99688 commit 14349cd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/components/sidebar/SidebarHeader.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ import cx from "classnames";
import { Button } from "../Button";

interface SidebarProps {
setActiveSidebar: any;
setSidebarOpenForContent: any;
setActiveSidebar: () => void;
setSidebarOpenForContent: () => void;
}

const buttons = [
Expand Down

0 comments on commit 14349cd

Please sign in to comment.