Make application shell components package-native
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
import type { HTMLAttributes } from "react";
|
||||
import { cn } from "./cn";
|
||||
import { cn } from "./cn.js";
|
||||
|
||||
export type StatusTone = "neutral" | "success" | "warning" | "danger" | "accent";
|
||||
|
||||
|
||||
Reference in New Issue
Block a user