Skip to content

Commit

Permalink
fix: update import
Browse files Browse the repository at this point in the history
  • Loading branch information
ntindle committed Dec 20, 2024
1 parent fcaba71 commit 2cc69ae
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import * as React from "react";
import Image from "next/image";
import { IconStarFilled, IconMore, IconEdit } from "@/components/ui/icons";
import { Status, StatusType } from "./Status";
import * as DropdownMenu from "@radix-ui/react-context-menu";
import * as DropdownMenu from "@radix-ui/react-dropdown-menu";
import { TrashIcon } from "@radix-ui/react-icons";
import { StoreSubmissionRequest } from "@/lib/autogpt-server-api/types";

Expand Down

0 comments on commit 2cc69ae

Please sign in to comment.