Skip to content

Commit

Permalink
Merge pull request #39 from akshaaatt/akshat/move-to-meb
Browse files Browse the repository at this point in the history
MeB takeover
  • Loading branch information
akshaaatt authored Jan 22, 2022
2 parents 824a821 + afef5cd commit 142c0e9
Show file tree
Hide file tree
Showing 14 changed files with 12 additions and 12 deletions.
22 changes: 11 additions & 11 deletions components/index.js
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
import AlertDismissable from './AlertDismissable';
import Badge from './Badge';
import Breadcrumb from './Breadcrumb';
import Button from './Button';
import Dropdown from './Dropdown';
import DropdownButton from './DropdownButton';
import Modal from './Modal';
import Pagination from './Pagination';
import ProgressBar from './ProgressBar';
import Table from './Table';
import Tooltip from './Tooltip';
import AlertDismissable from './shared/AlertDismissable';
import Badge from './shared/Badge';
import Breadcrumb from './shared/Breadcrumb';
import Button from './shared/Button';
import Dropdown from './shared/Dropdown';
import DropdownButton from './shared/DropdownButton';
import Modal from './shared/Modal';
import Pagination from './shared/Pagination';
import ProgressBar from './shared/ProgressBar';
import Table from './shared/Table';
import Tooltip from './shared/Tooltip';

export {
AlertDismissable,
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "design-system",
"version": "1.0.0",
"description": "Design system of MB",
"description": "Design system of MetaBrainz",
"main": "components/index.js",
"directories": {
"doc": "docs"
Expand Down

0 comments on commit 142c0e9

Please sign in to comment.