Compare commits
2 Commits
@portaljs/
...
bugfix/css
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
c8182d4287 | ||
|
|
77e9f58899 |
2
examples/openspending/package-lock.json
generated
2
examples/openspending/package-lock.json
generated
@@ -14,7 +14,7 @@
|
||||
"@heroicons/react": "^2.0.18",
|
||||
"@octokit/plugin-throttling": "^5.2.2",
|
||||
"@portaljs/ckan": "^0.0.2",
|
||||
"@portaljs/components": "^0.1.12",
|
||||
"@portaljs/components": "0.1.12",
|
||||
"@portaljs/core": "^1.0.5",
|
||||
"@portaljs/remark-callouts": "^1.0.5",
|
||||
"@portaljs/remark-embed": "^1.0.4",
|
||||
|
||||
@@ -18,7 +18,7 @@
|
||||
"@heroicons/react": "^2.0.18",
|
||||
"@octokit/plugin-throttling": "^5.2.2",
|
||||
"@portaljs/ckan": "^0.0.2",
|
||||
"@portaljs/components": "^0.1.12",
|
||||
"@portaljs/components": "0.1.12",
|
||||
"@portaljs/core": "^1.0.5",
|
||||
"@portaljs/remark-callouts": "^1.0.5",
|
||||
"@portaljs/remark-embed": "^1.0.4",
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
import { AppProps } from 'next/app';
|
||||
import './styles.css';
|
||||
import '@portaljs/components/styles.css';
|
||||
import './styles.css';
|
||||
import { NextSeo } from 'next-seo';
|
||||
|
||||
import { useEffect } from 'react';
|
||||
|
||||
Reference in New Issue
Block a user