Skip to content

Commit

Permalink
feat: fix FE package issues
Browse files Browse the repository at this point in the history
  • Loading branch information
darraghoriordan committed Dec 23, 2023
1 parent 972bf0f commit eeb4203
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 6 deletions.
2 changes: 1 addition & 1 deletion apps/frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@
"react": "18.2.0",
"react-dom": "18.2.0",
"react-hyper-tree": "0.3.12",
"react-resizable-panels": "0.0.63",
"react-resizable-panels": "0.0.54",
"rehype-format": "5.0.0",
"rehype-stringify": "10.0.0",
"remark-embed-images": "4.0.0",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
import { Container } from "../../components/Container";
import { UserDto } from "@use-miller/shared-api-client";
import { BuyNowButton } from "../../components/BuyNowButton.jsx";
import { CheckIcon } from "@heroicons/react/24/outline";
import { SignUpBuyNowButton } from "../../components/SignupBuyNow.jsx";

Expand Down
8 changes: 4 additions & 4 deletions pnpm-lock.yaml

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

0 comments on commit eeb4203

Please sign in to comment.