Make application shell components package-native
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
export * from "./accent";
|
||||
export * from "./floating";
|
||||
export * from "./theme";
|
||||
export * from "./accent.js";
|
||||
export * from "./floating.js";
|
||||
export * from "./theme.js";
|
||||
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
import { createAccentVariables, type RgbTuple } from "./accent";
|
||||
import { createAccentVariables, type RgbTuple } from "./accent.js";
|
||||
|
||||
export type NodedcTheme = "dark" | "light";
|
||||
|
||||
|
||||
Reference in New Issue
Block a user