Skip to content

Commit

Permalink
Prune comment
Browse files Browse the repository at this point in the history
  • Loading branch information
roblevintennis committed Oct 15, 2020
1 parent 91d85fb commit f8b6ced
Showing 1 changed file with 0 additions and 25 deletions.
25 changes: 0 additions & 25 deletions agnosticui-svelte/src/stories/Button.stories.js
@@ -1,31 +1,6 @@
import ButtonSlot from './ButtonSlot.svelte';
import { action } from '@storybook/addon-actions';

/*
import Input from './Input.svelte';
import { action } from '@storybook/addon-actions';
const actionsData = {
'click': action('click'),
'blur': action('blur'),
'change': action('change'),
'input': action('input'),
'focus': action('focus'),
}
export default {
title: 'Input',
component: Input,
};
const Template = ({ ...args }) => ({
Component: Input,
props: args,
on: {
...actionsData,
}
});
*/
const actionsData = {
'click': action('click'),
'blur': action('blur'),
Expand Down

0 comments on commit f8b6ced

Please sign in to comment.