Skip to content

Commit

Permalink
Fix migration to meb takeover
Browse files Browse the repository at this point in the history
  • Loading branch information
akshaaatt committed Jan 22, 2022
1 parent e01adba commit afef5cd
Show file tree
Hide file tree
Showing 4 changed files with 27 additions and 27 deletions.
25 changes: 25 additions & 0 deletions components/index.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
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,
Badge,
Breadcrumb,
Button,
Dropdown,
DropdownButton,
Modal,
Pagination,
ProgressBar,
Table,
Tooltip,
};
25 changes: 0 additions & 25 deletions components/shared/index.js

This file was deleted.

File renamed without changes.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"name": "design-system",
"version": "1.0.0",
"description": "Design system of MB",
"main": "components/shared/index.js",
"description": "Design system of MetaBrainz",
"main": "components/index.js",
"directories": {
"doc": "docs"
},
Expand Down

0 comments on commit afef5cd

Please sign in to comment.