Skip to content

Commit f5a377e

Browse files
committed
Fix: add React import to story
1 parent 70c9c4b commit f5a377e

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/Welcome.stories.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
import React from 'react';
12
import type { Meta, StoryObj } from '@storybook/react';
23

34
const Welcome = () => (

0 commit comments

Comments
 (0)