Skip to content

Commit

Permalink
Upgrade to Bojagi CLI 0.10.0
Browse files Browse the repository at this point in the history
  • Loading branch information
tchock committed Sep 14, 2020
1 parent d6650e7 commit 3a4bfee
Show file tree
Hide file tree
Showing 6 changed files with 583 additions and 250 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"@babel/core": "7.8.4",
"@babel/preset-env": "7.8.4",
"@babel/preset-react": "^7.8.3",
"@bojagi/cli": "^0.6.1",
"@bojagi/cli": "^0.10.0",
"@storybook/react": "^5.3.12",
"babel-loader": "8.0.6",
"html-loader": "0.5.5",
Expand Down
2 changes: 0 additions & 2 deletions src/components/Button.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
// @component

import Button from 'react-bootstrap/Button';

// we just want to showcase react-boostrap inside bojagi
Expand Down
2 changes: 0 additions & 2 deletions src/components/Card.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
// @component

import Card from 'react-bootstrap/Card';

// we just want to showcase ant design inside bojagi
Expand Down
2 changes: 0 additions & 2 deletions src/components/Jumbotron.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
// @component

import Jumbotron from 'react-bootstrap/Jumbotron';

// we just want to showcase ant design inside bojagi
Expand Down
2 changes: 0 additions & 2 deletions src/components/Toast.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
// @component

import Toast from 'react-bootstrap/Toast';

// we just want to showcase ant design inside bojagi
Expand Down
Loading

0 comments on commit 3a4bfee

Please sign in to comment.