Skip to content

Commit

Permalink
Merge pull request #2309 from SpareBank1/develop_fiks-build
Browse files Browse the repository at this point in the history
Develop fiks build
  • Loading branch information
pethel authored Sep 23, 2024
2 parents 612efba + 3761663 commit 689000d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 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
3 changes: 1 addition & 2 deletions tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@
"moduleResolution": "node",
"strict": true,
"jsx": "react",
"lib": ["dom", "es2019"],
"allowImportingTsExtensions": true
"lib": ["dom", "es2019"]
}
}

0 comments on commit 689000d

Please sign in to comment.