Files
myeasycms-v2/turbo/generators/templates/keystatic/layout.tsx.hbs
giancarlo bd79563dcd Refactor and add generators for keystatic and package
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.
2024-05-07 18:52:30 +07:00

7 lines
127 B
Handlebars

import KeystaticAdmin from '@kit/keystatic/admin';
export default function Layout() {
return (
<KeystaticAdmin />
);
}