Skip to content

Commit

Permalink
PR feedback
Browse files Browse the repository at this point in the history
  • Loading branch information
ChrisLaneAU committed Dec 6, 2024
1 parent 0470c30 commit c0874ac
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 9 deletions.
6 changes: 3 additions & 3 deletions .storybook/preview.tsx
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import { Preview } from '@storybook/react';
import { Box } from '@ag.ds-next/react/src/box';
import { Core } from '@ag.ds-next/react/src/core';
import { theme as agriculture } from '@ag.ds-next/react/src/ag-branding';
import { Box } from '../packages/react/src/box';
import { Core } from '../packages/react/src/core';
import { theme as agriculture } from '../packages/react/src/ag-branding';
import { LinkComponent } from './components/LinkComponent';

const storybookThemes = {
Expand Down
7 changes: 1 addition & 6 deletions tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,6 @@
"jsxImportSource": "@emotion/react",
"incremental": true
},
"include": [
"**/*.ts",
"**/*.tsx",
".storybook/**/*.tsx",
".storybook/preview.tsx"
],
"include": ["**/*.ts", "**/*.tsx", ".storybook/**/*.tsx"],
"exclude": ["node_modules", "packages/react/**/dist/*"]
}

0 comments on commit c0874ac

Please sign in to comment.