refactor(#10336): remove unused common preferences
This commit is contained in:
parent
3907cb51d6
commit
ca7d2081a2
|
@ -23,16 +23,6 @@ const preview = {
|
||||||
decorators: [
|
decorators: [
|
||||||
mswDecorator,
|
mswDecorator,
|
||||||
],
|
],
|
||||||
parameters: {
|
|
||||||
layout: 'centered',
|
|
||||||
},
|
|
||||||
argTypes: {
|
|
||||||
default: {
|
|
||||||
control: {
|
|
||||||
type: 'text',
|
|
||||||
},
|
|
||||||
},
|
|
||||||
},
|
|
||||||
} satisfies Preview;
|
} satisfies Preview;
|
||||||
|
|
||||||
export default preview;
|
export default preview;
|
||||||
|
|
Loading…
Reference in New Issue