Skip to content
This repository was archived by the owner on May 15, 2025. It is now read-only.

Commit 42c0bf9

Browse files
committed
fix: imports
1 parent f2d50f3 commit 42c0bf9

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

src/components/extenders/Menu.tsx

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
11
import * as DropdownMenu from "@radix-ui/react-dropdown-menu";
2-
import type { ReactNode } from "react";
3-
import { useMemo, useState } from "react";
4-
import { Fragment } from "react";
2+
import { Fragment, useMemo, useState, type ReactNode } from "react";
53
import { useTheme } from "../../context/Theme.context";
64
import { mergeClass } from "../../utils/css";
75
import type { Component, GetSet } from "../../utils/types";

0 commit comments

Comments
 (0)