[openspending,css][xs]: fix issues with css styles (#972)

This commit is contained in:
João Demenech 2023-07-10 16:24:19 -03:00 committed by GitHub
parent 77e9f58899
commit df000b9e8f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,4 +1,5 @@
import { AppProps } from 'next/app';
import '@portaljs/components/styles.css';
import './styles.css';
import { NextSeo } from 'next-seo';