Skip to content

Commit

Permalink
Unnecessary code
Browse files Browse the repository at this point in the history
  • Loading branch information
plumpNation committed Jun 17, 2018
1 parent 43b3660 commit 1035614
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions app/svelte/src/client/preview/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,7 @@ import { start } from '@storybook/core/client';
import './globals';
import render from './render';

// const createWrapperComponent = Target => ({
// functional: true,
// render(h, c) {
// return h(Target, c.data, c.children);
// },
// });

const { clientApi, configApi, forceReRender } = start(render);
// const { clientApi, configApi, forceReRender } = start(render, { decorateStory });

export const {
storiesOf,
Expand Down

0 comments on commit 1035614

Please sign in to comment.