We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 21a5f61 commit 9e7ae5aCopy full SHA for 9e7ae5a
libs/soba/.storybook/preview.ts
@@ -1,12 +1,10 @@
1
import { Preview } from '@storybook/angular';
2
-// @ts-expect-error - we can import mdx
3
-import DocumentationTemplate from './documentation-template.mdx';
4
5
export default {
6
parameters: {
7
deepControls: { enabled: true },
8
docs: {
9
- page: DocumentationTemplate,
+ // page: DocumentationTemplate,
10
},
11
12
tags: ['autodocs'],
0 commit comments