Skip to content

Commit

Permalink
docs(ffe-accordion-react): import without .tsx extension
Browse files Browse the repository at this point in the history
  • Loading branch information
pethel committed Sep 23, 2024
1 parent 2082575 commit 3761663
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/ffe-accordion-react/src/Accordion.stories.tsx
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import React from 'react';
import { Accordion } from './Accordion.tsx';
import { AccordionItem } from './AccordionItem.tsx';
import { Accordion } from './Accordion';
import { AccordionItem } from './AccordionItem';
import type { StoryObj, Meta } from '@storybook/react';

const meta: Meta<typeof Accordion> = {
Expand Down

0 comments on commit 3761663

Please sign in to comment.