Skip to content

Commit

Permalink
Merge pull request #85 from Giveth/remove-old-container
Browse files Browse the repository at this point in the history
fix: removed old container and exported new ones
  • Loading branch information
MohammadPCh authored Mar 20, 2023
2 parents 3c881fc + 47ba40e commit 5fa89f0
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 35 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@giveth/ui-design-system",
"version": "1.11.5",
"version": "1.11.6",
"files": [
"/lib"
],
Expand Down
3 changes: 1 addition & 2 deletions src/components/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,7 @@ export * from './buttons/type';
export * from './buttonLinks/ButtonLink';
export * from './buttonLinks/OutlineButtonLink';

export * from './layout/Container';
export * from './layout/ContainerFluid';
export * from './layout/Grid';

export * from './icons';
export * from './icons/type';
Expand Down
25 changes: 0 additions & 25 deletions src/components/layout/Container.tsx

This file was deleted.

7 changes: 0 additions & 7 deletions src/components/layout/ContainerFluid.tsx

This file was deleted.

0 comments on commit 5fa89f0

Please sign in to comment.