Skip to content

Commit

Permalink
[unticketed] remove unused components (and adjust unrelated package s…
Browse files Browse the repository at this point in the history
…cript) (#4003)
  • Loading branch information
doug-s-nava authored Feb 27, 2025
1 parent 1ac1a2c commit 8d02355
Show file tree
Hide file tree
Showing 5 changed files with 1 addition and 129 deletions.
2 changes: 1 addition & 1 deletion frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"lint": "next lint",
"lint-fix": "npm run lint -- --fix",
"postinstall": "node ./scripts/postinstall.js",
"start:nr": "NODE_OPTIONS= '-r @newrelic/next' next start -p ${PORT:-3000}",
"start:nr": "NODE_OPTIONS='-r @newrelic/next' next start -p ${PORT:-3000}",
"start": "next start -p ${PORT:-3000}",
"storybook": "storybook dev -p 6006",
"storybook-build": "storybook build",
Expand Down
Empty file.
46 changes: 0 additions & 46 deletions frontend/src/components/FullWidthAlert.tsx

This file was deleted.

46 changes: 0 additions & 46 deletions frontend/stories/components/FullWidthAlert.stories.tsx

This file was deleted.

36 changes: 0 additions & 36 deletions frontend/tests/components/FullWidthAlert.test.tsx

This file was deleted.

0 comments on commit 8d02355

Please sign in to comment.