Skip to content

Commit 87f84c2

Browse files
author
Shaw
committed
fix(cloud-ui): satisfy biome export ordering
1 parent a79537b commit 87f84c2

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

cloud/packages/ui/src/index.ts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -93,8 +93,7 @@ export * from "./components/skeleton";
9393
export * from "./components/slider";
9494
export * from "./components/sonner";
9595
export type { ParticlesProps } from "./components/sparkles";
96-
export { SparklesCore } from "./components/sparkles-lazy";
97-
export { SparklesCore as SparklesLazy } from "./components/sparkles-lazy";
96+
export { SparklesCore, SparklesCore as SparklesLazy } from "./components/sparkles-lazy";
9897
export * from "./components/spotlight";
9998
export * from "./components/stars-background";
10099
export * from "./components/status-badge";

0 commit comments

Comments
 (0)