Skip to content

Commit

Permalink
Move bootstrap css import to _app.js (orcasound#34)
Browse files Browse the repository at this point in the history
  • Loading branch information
paulcretu authored Jan 31, 2022
1 parent fcf98c8 commit 282a5fb
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 4 deletions.
1 change: 1 addition & 0 deletions src/pages/_app.jsx
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
import '../styles/globals.css'
import 'bootstrap/dist/css/bootstrap.min.css'

import { CacheProvider } from '@emotion/react'
import CssBaseline from '@mui/material/CssBaseline'
Expand Down
2 changes: 0 additions & 2 deletions src/pages/about.jsx
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
import 'bootstrap/dist/css/bootstrap.min.css'

import Head from 'next/head'
import Image from 'next/image'
import Button from 'react-bootstrap/Button'
Expand Down
2 changes: 0 additions & 2 deletions src/pages/index.jsx
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
import 'bootstrap/dist/css/bootstrap.min.css'

import Head from 'next/head'
import Image from 'next/image'
import Button from 'react-bootstrap/Button'
Expand Down

0 comments on commit 282a5fb

Please sign in to comment.