Skip to content

Commit

Permalink
Merge pull request #52 from EqualifyEverything/staging
Browse files Browse the repository at this point in the history
Staging
  • Loading branch information
bbertucc authored Aug 12, 2024
2 parents fa6ce5b + 8df5c92 commit f4831cb
Show file tree
Hide file tree
Showing 19 changed files with 740 additions and 156 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@
"@radix-ui/react-label": "^2.0.2",
"@radix-ui/react-select": "^2.0.0",
"@radix-ui/react-slot": "^1.0.2",
"@radix-ui/react-toast": "^1.2.1",
"@radix-ui/react-tooltip": "^1.0.7",
"@sentry/react": "^8.17.0",
"@tanstack/react-query": "^5.14.1",
Expand All @@ -42,7 +43,6 @@
"react-icons": "^4.11.0",
"react-router-dom": "^6.12.1",
"recharts": "^2.12.6",
"sonner": "^1.4.41",
"tailwind-merge": "^2.2.2",
"zod": "^3.22.4",
"zustand": "^4.5.2"
Expand Down
97 changes: 83 additions & 14 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions src/components/alerts/index.ts
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
export * from './alert';
export { default as ErrorAlert } from './error-alert';
export * from './toast'
Loading

0 comments on commit f4831cb

Please sign in to comment.