Make application shell components package-native
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
import { useMemo, useState, type KeyboardEvent, type ReactNode } from "react";
|
||||
import type { FloatingPlacement } from "@nodedc/ui-core";
|
||||
import { Dropdown } from "./Dropdown";
|
||||
import { cn } from "./cn";
|
||||
import { Dropdown } from "./Dropdown.js";
|
||||
import { cn } from "./cn.js";
|
||||
|
||||
export interface SelectOption<T extends string> {
|
||||
value: T;
|
||||
|
||||
Reference in New Issue
Block a user