Skip to content

Commit

Permalink
remove import
Browse files Browse the repository at this point in the history
  • Loading branch information
jmagoon committed Nov 11, 2024
1 parent bec1aa2 commit fd3f25c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion frontend/src/components/ui/Navbar.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@ import AnvilConfigurationsModal from "./modal/AnvilConfigurationsModal";
import { activeConfigurationAtom } from "@/atoms/anvilConfigurationsAtom";
import { PipelineStopButton } from "./PipelineStopButton";
import NewFromCurrent from "./NewFromCurrent";
import SchedulePipelineButton from "./SchedulePipelineButton";

export default function Navbar({ children }) {
const [darkMode, setDarkMode] = useAtom(darkModeAtom);
Expand Down

0 comments on commit fd3f25c

Please sign in to comment.