Skip to content
This repository was archived by the owner on Feb 27, 2024. It is now read-only.

Commit e3a3a4c

Browse files
committed
import tailwind directly
1 parent ac361dc commit e3a3a4c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pages/_app.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
import {useApollo} from '@/api/apolloConfig'
22
import AlgoliaProvider from '@/components/common/AlgoliaProvider'
33
import MenuProvider from '@/components/common/MenuProvider'
4+
import 'tailwindcss/tailwind.css'
45
import '@/styles/demo.css'
56
import '@/styles/index.css'
67
import {ApolloProvider} from '@apollo/client'

0 commit comments

Comments
 (0)