Skip to content

Commit

Permalink
firebase fix
Browse files Browse the repository at this point in the history
  • Loading branch information
emilymarkova committed Jan 15, 2025
1 parent afc3724 commit 3b70b72
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/components/Navbar.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ import ListItemButton from "@mui/joy/ListItemButton";
import IconButton from "@mui/joy/IconButton";
import Menu from "@mui/icons-material/Menu";
import React, { useState, useEffect } from "react";
import { clamp, px } from "framer-motion";

export default function Navbar({ onOptionSelect }: any) {
const [isVisible, setIsVisible] = useState<Boolean>(true);
Expand Down

0 comments on commit 3b70b72

Please sign in to comment.