Skip to content

Commit 4a9231b

Browse files
committed
fix tailwind starter
1 parent c59c680 commit 4a9231b

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

41 files changed

+41
-41
lines changed

starters/tailwind/stories/AlertDialog.stories.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import type { Meta } from '@storybook/react';
1+
import { Meta } from '@storybook/react';
22
import React from 'react';
33
import { DialogTrigger } from 'react-aria-components';
44
import { AlertDialog } from '../src/AlertDialog';

starters/tailwind/stories/Autocomplete.stories.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import type { Meta } from '@storybook/react';
1+
import { Meta } from '@storybook/react';
22
import React from 'react';
33
import { Autocomplete, AutocompleteItem, AutocompleteSection } from '../src/Autocomplete';
44

starters/tailwind/stories/Breadcrumbs.stories.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import React from 'react';
22
import { Breadcrumb, Breadcrumbs } from '../src/Breadcrumbs';
33

4-
import type { Meta } from '@storybook/react';
4+
import { Meta } from '@storybook/react';
55

66
const meta: Meta<typeof Breadcrumbs> = {
77
component: Breadcrumbs,

starters/tailwind/stories/Calendar.stories.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import React from 'react';
22
import { Calendar } from '../src/Calendar';
33

4-
import type { Meta } from '@storybook/react';
4+
import { Meta } from '@storybook/react';
55

66
const meta: Meta<typeof Calendar> = {
77
component: Calendar,

starters/tailwind/stories/ColorArea.stories.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import type { Meta } from '@storybook/react';
1+
import { Meta } from '@storybook/react';
22
import React from 'react';
33
import { ColorArea } from '../src/ColorArea';
44

starters/tailwind/stories/ColorField.stories.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import type { Meta } from '@storybook/react';
1+
import { Meta } from '@storybook/react';
22
import React from 'react';
33
import { ColorField } from '../src/ColorField';
44

starters/tailwind/stories/ColorPicker.stories.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import type { Meta } from '@storybook/react';
1+
import { Meta } from '@storybook/react';
22
import React from 'react';
33
import { ColorPicker } from '../src/ColorPicker';
44

starters/tailwind/stories/ColorSlider.stories.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import type { Meta } from '@storybook/react';
1+
import { Meta } from '@storybook/react';
22
import React from 'react';
33
import { ColorSlider } from '../src/ColorSlider';
44

starters/tailwind/stories/ColorSwatch.stories.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import type { Meta } from '@storybook/react';
1+
import { Meta } from '@storybook/react';
22
import React from 'react';
33
import { ColorSwatch } from '../src/ColorSwatch';
44

starters/tailwind/stories/ColorSwatchPicker.stories.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import type { Meta } from '@storybook/react';
1+
import { Meta } from '@storybook/react';
22
import React from 'react';
33
import { ColorSwatchPicker, ColorSwatchPickerItem } from '../src/ColorSwatchPicker';
44

0 commit comments

Comments
 (0)