Skip to content

Comments

Fix import path for globals.css#117

Open
knox-dude wants to merge 1 commit intospotify:mainfrom
knox-dude:fix-import-path
Open

Fix import path for globals.css#117
knox-dude wants to merge 1 commit intospotify:mainfrom
knox-dude:fix-import-path

Conversation

@knox-dude
Copy link

Summary

Fixed import statement for the Next.js example.

Changes

Changing:

import "@/globals.css"

to:

import "@/app/globals.css"

Results

I was trying to run the Next.js example and found that this import statement was pointing to the wrong place. This change fixes it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant