Skip to content

Commit

Permalink
fix: remove unused foundation from react package
Browse files Browse the repository at this point in the history
  • Loading branch information
ilkyazarabaci committed Oct 8, 2023
1 parent e477ab0 commit 7e06769
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions packages/react/src/index.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
// import Button from "./atoms/Button";
import Color from "./atoms/Color";
import { Spacing } from "@ds.e/foundation/";

export { Color, Spacing };
export { Color };
2 changes: 1 addition & 1 deletion playgrounds/react/src/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import React from "react";
import ReactDOM from "react-dom/client";

// import Button from '@ds.e/react';
import { Color } from '@ds.e/react';
import Color from '@ds.e/react';
// import '@ds.e/scss/lib/Button.css';
import '@ds.e/scss/lib/Utilities.css';

Expand Down

0 comments on commit 7e06769

Please sign in to comment.