Skip to content

Commit

Permalink
chore(ui): lint
Browse files Browse the repository at this point in the history
  • Loading branch information
psychedelicious committed Apr 20, 2024
1 parent 148a6c0 commit d582203
Showing 1 changed file with 5 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,11 @@ export default meta;
type Story = StoryObj<typeof RegionalPromptsEditor>;

const Component = () => {
return <Flex w={1500} h={1500}><RegionalPromptsEditor /></Flex>
return (
<Flex w={1500} h={1500}>
<RegionalPromptsEditor />
</Flex>
);
};

export const Default: Story = {
Expand Down

0 comments on commit d582203

Please sign in to comment.