Skip to content

Commit fc9d2cc

Browse files
committed
add: added comment to framer-motion to fix missing file
1 parent 78d3f45 commit fc9d2cc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

frontend/src/components/Dashboard.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ import {
3131
import { Link as RouterLink } from "react-router-dom";
3232
import { useAppContext } from "../contexts/AppContext";
3333
import axios from "axios";
34-
import { motion } from "framer-motion";
34+
// import { motion } from "framer-motion";
3535

3636
function Dashboard() {
3737
const { state, dispatch } = useAppContext();

0 commit comments

Comments
 (0)