Add bootstrap css dependency

This commit is contained in:
Felix Hamme 2018-11-08 15:46:01 +01:00
parent b3be9d7fe4
commit ac15ac2ee7
2 changed files with 2 additions and 0 deletions

View File

@ -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",

View File

@ -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'