You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Next.js does not allow importing global CSS files in any files other than _app.js. You should consider making import of CSS file per se, for cases such as this.
Hi!
Next.js does not allow importing global CSS files in any files other than _app.js. You should consider making import of CSS file per se, for cases such as this.
Thanks