fix thanks to shilman 😘

This commit is contained in:
Norbert de Langen 2022-03-29 17:22:24 +02:00
parent ff48f94f3b
commit 8f8f90382e
No known key found for this signature in database
GPG Key ID: FD0E78AF9A837762

View File

@ -1,8 +1,6 @@
export const parameters = {
docs: {
inlineStories: false,
getContainer: async () => (await import('./blocks')).DocsContainer,
getPage: async () => (await import('./blocks')).DocsPage,
iframeHeight: 100,
},
};