Skip to content

Commit

Permalink
chore(package.json,package-lock.json, _app.js) added bootstrap
Browse files Browse the repository at this point in the history
  • Loading branch information
jamesmerk committed Oct 6, 2021
1 parent 1f38da2 commit 07a125c
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 0 deletions.
5 changes: 5 additions & 0 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
"lint": "next lint"
},
"dependencies": {
"bootstrap": "^5.0.0-beta3",
"next": "11.1.2",
"react": "17.0.2",
"react-dom": "17.0.2"
Expand Down
2 changes: 2 additions & 0 deletions pages/_app.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
// Bootstrap css
import 'bootstrap/dist/css/bootstrap.css'
import '../styles/globals.css'

function MyApp({ Component, pageProps }) {
Expand Down

1 comment on commit 07a125c

@vercel
Copy link

@vercel vercel bot commented on 07a125c Oct 6, 2021

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.