Skip to content

Commit

Permalink
docs: remove unneeded js import
Browse files Browse the repository at this point in the history
All JS is now imported in .storybook/preview.ts
  • Loading branch information
tillywoodfield committed Nov 13, 2024
1 parent a1cb949 commit de0ff4b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/scss/components/header/header.stories.ts
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,5 @@ export const Header: Story = {
</div>
</div>
</header>
<script src="js/header.js"></script>
`,
};

0 comments on commit de0ff4b

Please sign in to comment.