Add bootstrap css dependency
This commit is contained in:
parent
b3be9d7fe4
commit
ac15ac2ee7
|
|
@ -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",
|
||||
|
|
|
|||
|
|
@ -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'
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue