refactor(#10336): remove unused common preferences

This commit is contained in:
Acid Chicken (硫酸鶏) 2023-03-20 16:29:36 +09:00
parent 3907cb51d6
commit ca7d2081a2
No known key found for this signature in database
GPG key ID: 3E87B98A3F6BAB99

View file

@ -23,16 +23,6 @@ const preview = {
decorators: [
mswDecorator,
],
parameters: {
layout: 'centered',
},
argTypes: {
default: {
control: {
type: 'text',
},
},
},
} satisfies Preview;
export default preview;