The changes include refactoring the create-reader in cms keystatic and changing @keystatic/next version. Additionally, code generators for keystatic and package have been added, and corresponding templates have been organized into their respective directories.
7 lines
127 B
Handlebars
7 lines
127 B
Handlebars
import KeystaticAdmin from '@kit/keystatic/admin';
|
|
|
|
export default function Layout() {
|
|
return (
|
|
<KeystaticAdmin />
|
|
);
|
|
} |