diff --git a/src/components/Select.stories.tsx b/src/components/Select.stories.tsx
index e696f455..b1268d91 100644
--- a/src/components/Select.stories.tsx
+++ b/src/components/Select.stories.tsx
@@ -11,7 +11,6 @@ export default {
component: UnstyledSelect,
};
-
export const Template = (args) => ;
Template.args = {
value: 'value1',
@@ -23,7 +22,6 @@ Template.args = {
};
Template.story = { name: 'Playground' };
-
const Form = styled.form`
padding: 3em 12em;
`;
@@ -49,7 +47,6 @@ const All = ({ appearance }) => (
]}
onChange={onChange}
appearance={appearance}
-
/>