Skip to content

Commit

Permalink
#1 Remove unused dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
markusbink committed Aug 20, 2022
1 parent d6738bf commit 33066c5
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
2 changes: 0 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,7 @@
"@types/react-dom": "^18.0.6",
"@types/react-draft-wysiwyg": "^1.13.4",
"classnames": "^2.3.1",
"clsx": "^1.2.1",
"draft-js": "^0.11.7",
"framer-motion": "^7.1.0",
"gh-pages": "^4.0.0",
"phosphor-react": "^1.4.1",
"react": "^18.2.0",
Expand Down
1 change: 0 additions & 1 deletion src/components/Tooltip.tsx
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
import * as RadixTooltip from "@radix-ui/react-tooltip";
import { motion } from "framer-motion";

interface TooltipProps {
children?: React.ReactNode;
Expand Down

0 comments on commit 33066c5

Please sign in to comment.