Skip to content

Commit 6edffd9

Browse files
committed
docs: fix import path
1 parent 981f173 commit 6edffd9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/Umbraco.Web.UI.Client/src/packages/templating/stylesheets/property-editors/stylesheet-picker/property-editor-ui-stylesheet-picker.stories.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,15 +2,15 @@ import { umbDataTypeMockDb } from '../../../../../mocks/data/data-type/data-type
22
import { html } from '@umbraco-cms/backoffice/external/lit';
33
import type { Meta } from '@storybook/web-components';
44

5-
import './property-editor-ui-tiny-mce-stylesheets-configuration.element.js';
5+
import './property-editor-ui-stylesheet-picker.element.js';
66
import type { UmbDataTypeDetailModel } from '@umbraco-cms/backoffice/data-type';
77

88
const dataTypeData = umbDataTypeMockDb.read('dt-richTextEditor') as unknown as UmbDataTypeDetailModel;
99

1010
export default {
1111
title: 'Property Editor UIs/Stylesheet Picker',
1212
component: 'umb-property-editor-ui-stylesheet-picker',
13-
id: 'umb-property-editor-ui-sstylesheet-picker',
13+
id: 'umb-property-editor-ui-stylesheet-picker',
1414
} as Meta;
1515

1616
export const AAAOverview = ({ value }: any) =>

0 commit comments

Comments
 (0)