Skip to content

Commit b09b762

Browse files
committed
Remove theme ui gatsby plugin
1 parent c6b9fc3 commit b09b762

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

gatsby-config.js

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,8 +54,7 @@ module.exports = {
5454
},
5555
`gatsby-transformer-remark`,
5656
`gatsby-plugin-preact`,
57-
`gatsby-plugin-emotion`,
58-
`gatsby-plugin-theme-ui`
57+
`gatsby-plugin-emotion`
5958
// this (optional) plugin enables Progressive Web App + Offline functionality
6059
// To learn more, visit: https://gatsby.dev/offline
6160
// `gatsby-plugin-offline`,

0 commit comments

Comments
 (0)