Skip to content

Commit

Permalink
refactor: removed commented out code
Browse files Browse the repository at this point in the history
  • Loading branch information
hkfb committed Nov 13, 2023
1 parent fd86340 commit 2fee1b5
Showing 1 changed file with 0 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -888,10 +888,6 @@ export const TypedArrayInput: StoryFn<
return <SubsurfaceViewer {...subsurfaceViewerArgs} />;
};

/* export const TypedArrayInput: StoryFn<typeof SubsurfaceViewer> = (args) => {
return <TypedArrayInputStory {...args} />;
};
*/
TypedArrayInput.args = {
dimension: 300,
};
Expand Down

0 comments on commit 2fee1b5

Please sign in to comment.