Skip to content

Commit

Permalink
Change files
Browse files Browse the repository at this point in the history
Changed files to deal with conflicts that had arisen regarding the weeklyActivity section of Belinda's Closet dashboard.
  • Loading branch information
nwm516 committed Oct 15, 2024
1 parent f7238c9 commit 1ffb29a
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 7 deletions.
2 changes: 1 addition & 1 deletion app/dashboard/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import { Typography, Drawer, List, ListItem, ListItemText, IconButton } from "@m
import { SetStateAction, useEffect, useState } from "react";
import MenuIcon from '@mui/icons-material/Menu';
import UnauthorizedPageMessage from "@/components/UnauthorizedPageMessage";
import {WeeklyActivity} from "@/app/dashboard/weeklyActivity";
import WeeklyActivity from "@/app/dashboard/weeklyActivity/page";

const Dashboard = () => {
const [drawerOpen, setDrawerOpen] = useState(false);
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -176,4 +176,6 @@ export const WeeklyActivity = () => {
</div>
</>
)
}
}

export default WeeklyActivity;
10 changes: 6 additions & 4 deletions package-lock.json

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

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"@types/react-dom": "18.2.6",
"autoprefixer": "10.4.14",
"bcrypt": "5.1.0",
"chart.js": "^4.4.3",
"chart.js": "^4.4.4",
"eslint": "8.44.0",
"eslint-config-next": "13.4.9",
"mongoose": "^7.4.3",
Expand Down

0 comments on commit 1ffb29a

Please sign in to comment.