Skip to content

Commit

Permalink
refactor: deprecate tree component
Browse files Browse the repository at this point in the history
Tree component we use for pages and instances got overcomplicated
with time and should be reimplemented to move forward with css
variables.
  • Loading branch information
TrySound committed Sep 17, 2024
1 parent 0d34100 commit 581174c
Show file tree
Hide file tree
Showing 9 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/design-system/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,6 @@ export {
useEnhancedTooltipProps,
} from "./components/enhanced-tooltip";
export * from "./components/avatar";
export * from "./components/tree";
export * from "./components/pro-badge";

// No need to align
Expand All @@ -86,3 +85,4 @@ export * from "./components/kbd";

// Deprecated
export * from "./components/__DEPRECATED__/list";
export * from "./components/__DEPRECATED__/tree";

0 comments on commit 581174c

Please sign in to comment.