mirror of
https://github.com/invoke-ai/InvokeAI
synced 2024-08-30 20:32:17 +00:00
chore(ui): lint
This commit is contained in:
parent
148a6c08ca
commit
d582203c62
@ -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 = {
|
||||
|
Loading…
Reference in New Issue
Block a user