Skip to content

Commit f3fff32

Browse files
Copilothotlong
andcommitted
fix: correct import paths in ConfigPanel.stories.tsx to resolve storybook build error
Co-authored-by: hotlong <50353452+hotlong@users.noreply.github.com>
1 parent ea9604a commit f3fff32

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

packages/components/src/stories/ConfigPanel.stories.tsx

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,10 @@
88

99
import React, { useState } from 'react';
1010
import type { Meta, StoryObj } from '@storybook/react';
11-
import { ConfigPanelRenderer } from './custom/config-panel-renderer';
12-
import { ConfigFieldRenderer } from './custom/config-field-renderer';
13-
import { useConfigDraft } from './hooks/use-config-draft';
14-
import type { ConfigPanelSchema, ConfigField } from './types/config-panel';
11+
import { ConfigPanelRenderer } from '../custom/config-panel-renderer';
12+
import { ConfigFieldRenderer } from '../custom/config-field-renderer';
13+
import { useConfigDraft } from '../hooks/use-config-draft';
14+
import type { ConfigPanelSchema, ConfigField } from '../types/config-panel';
1515

1616
// ─── ConfigPanelRenderer Stories ─────────────────────────────────────────────
1717

0 commit comments

Comments
 (0)