fix: export all exports from core in app
This commit is contained in:
parent
3b37b76f43
commit
7d938387a7
@ -35,7 +35,7 @@
|
||||
"@babel/eslint-parser": "7.19.1",
|
||||
"@babel/runtime": "7.20.13",
|
||||
"@emotion/babel-preset-css-prop": "11.10.0",
|
||||
"@staticcms/core": "^1.2.2",
|
||||
"@staticcms/core": "1.2.2",
|
||||
"buffer": "6.0.3",
|
||||
"react": "18.2.0",
|
||||
"react-dom": "18.2.0",
|
||||
|
@ -1,3 +1,4 @@
|
||||
import CMS from '@staticcms/core';
|
||||
|
||||
export * from '@staticcms/core';
|
||||
export default CMS;
|
||||
|
Loading…
x
Reference in New Issue
Block a user