diff --git a/package.json b/package.json index 6ccd3a6..9308d2a 100644 --- a/package.json +++ b/package.json @@ -14,6 +14,7 @@ "license": "ISC", "dependencies": { "@zeit/next-css": "^1.0.1", + "bootstrap": "^4.1.3", "express": "^4.16.4", "next": "^7.0.2", "react": "^16.6.1", diff --git a/pages/index.js b/pages/index.js index c9bb918..2772816 100644 --- a/pages/index.js +++ b/pages/index.js @@ -1,4 +1,5 @@ import Head from 'next/head' +import 'bootstrap/dist/css/bootstrap.min.css'; import '../static/everypage.css' import '../static/css/index.css'