style: format luna charts source

This commit is contained in:
2026-08-02 15:38:45 +02:00
parent 75d4632052
commit 3b9a78bf9d
15 changed files with 82 additions and 104 deletions
@@ -26,7 +26,7 @@ export const Primary: Story = {
last: 'Doe',
middle: 'Michael',
},
render: (props) => <my-component {...props} />,
render: props => <my-component {...props} />,
};
/**
@@ -38,4 +38,4 @@ export const Secondary: Story = {
last: 'Smith',
middle: 'Marie',
},
};
};