Skip to content

Commit

Permalink
feat: remove grommet
Browse files Browse the repository at this point in the history
  • Loading branch information
jsladerman committed Aug 8, 2024
1 parent 2d3cbf6 commit e678cde
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 78 deletions.
4 changes: 1 addition & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,13 +48,11 @@
"babel-plugin-styled-components": "2.1.4",
"chroma-js": "2.4.2",
"classnames": "2.3.2",
"grommet": "2.34.2",
"highlight.js": "11.9.0",
"honorable-recipe-mapper": "0.2.0",
"immer": "10.0.3",
"lodash-es": "4.17.21",
"moment": "2.29.4",
"prop-types": "15.8.1",
"react-animate-height": "3.2.3",
"react-aria": "3.31.1",
"react-embed": "3.7.0",
Expand Down Expand Up @@ -148,4 +146,4 @@
"eslint --fix --ext ts,tsx,js,jsx"
]
}
}
}
74 changes: 0 additions & 74 deletions src/components/InfoPanel.tsx

This file was deleted.

1 change: 0 additions & 1 deletion src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,6 @@ export { default as ProgressBar } from './components/ProgressBar'
export { default as Prop } from './components/Prop'
export { default as PropWide } from './components/PropWide'
export { default as PropsContainer } from './components/PropsContainer'
export { default as InfoPanel } from './components/InfoPanel'
export { default as UserDetails } from './components/UserDetails'
export { default as Radio } from './components/Radio'
export { default as RadioGroup } from './components/RadioGroup'
Expand Down

0 comments on commit e678cde

Please sign in to comment.