This commit is contained in:
Lone Iversen
2024-06-26 13:26:42 +02:00
parent f98d3ae09c
commit 85cced17e6

View File

@@ -1,5 +1,5 @@
import type { Meta, StoryObj } from '@storybook/web-components';
import './multi-url-picker.element.js';
import './input-multi-url.element.js';
import type { UmbInputMultiUrlElement } from './input-multi-url.element.js';
const meta: Meta<UmbInputMultiUrlElement> = {