Refactored CMS packages to remove a circular dependency (#62)
This commit is contained in:
committed by
GitHub
parent
51a40b6d40
commit
d18f810c6e
@@ -2,6 +2,6 @@
|
||||
|
||||
import { makePage } from '@keystatic/next/ui/app';
|
||||
|
||||
import config from './keystatic.config';
|
||||
import { keyStaticConfig } from './keystatic.config';
|
||||
|
||||
export default makePage(config);
|
||||
export default makePage(keyStaticConfig);
|
||||
|
||||
Reference in New Issue
Block a user