Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
theosanderson committed Nov 24, 2023
1 parent 8b6dd2e commit cb809db
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions gensplore-component/src/stories/Gensplore.stories.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,7 @@ import GensploreComponent from '../components/GensploreView';
// This default export determines where your story goes in the story list
export default {
title: 'GensploreComponent',
component: GensploreComponent,
genbankString: `
`
component: GensploreComponent
};

const Template = (args) => <GensploreComponent genbankString={
Expand Down

1 comment on commit cb809db

@vercel
Copy link

@vercel vercel bot commented on cb809db Nov 24, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.