Skip to content

Commit 3860fe2

Browse files
committed
fix storybook after move
1 parent 853f1fd commit 3860fe2

3 files changed

Lines changed: 9 additions & 55 deletions

File tree

.changeset/pink-pumas-rest.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"@fluentui-react-native/components": patch
3+
---
4+
5+
Remove file added inadvertently after the move of the storybook app

apps/storybook/src/main.ts

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,10 @@ import type { StorybookConfig } from '@storybook/react-native';
77
* that are linked into this application.
88
*/
99
const main: StorybookConfig = {
10-
stories: ['../../src/**/*.stories.?(ts|tsx)', '../../../native/Callout/src/**/*.stories.?(ts|tsx)'],
10+
stories: [
11+
'../../../packages/agentic-components/src/**/*.stories.?(ts|tsx)',
12+
'../../../packages/native/callout/src/**/*.stories.?(ts|tsx)',
13+
],
1114
addons: [],
1215
deviceAddons: ['@storybook/addon-ondevice-controls', '@storybook/addon-ondevice-actions'],
1316
};

packages/agentic-components/storybook/src/storybook.requires.ts

Lines changed: 0 additions & 54 deletions
This file was deleted.

0 commit comments

Comments
 (0)