Make application shell components package-native
This commit is contained in:
@@ -10,7 +10,7 @@ import {
|
||||
} from "react";
|
||||
import { createPortal } from "react-dom";
|
||||
import { computeFloatingPosition, type FloatingPlacement } from "@nodedc/ui-core";
|
||||
import { cn } from "./cn";
|
||||
import { cn } from "./cn.js";
|
||||
|
||||
export interface DropdownTriggerApi {
|
||||
open: boolean;
|
||||
|
||||
Reference in New Issue
Block a user