Skip to content

Commit

Permalink
Merge pull request #129 from shivamk-21/main
Browse files Browse the repository at this point in the history
Updated Calendar data
  • Loading branch information
sac-iiitnr authored Feb 26, 2024
2 parents 970f130 + a31a562 commit d6be43d
Show file tree
Hide file tree
Showing 13 changed files with 626 additions and 717 deletions.
2 changes: 1 addition & 1 deletion components/EventCalendar/Calendar.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import Typography from "@mui/material/Typography";
import Grid2 from "@mui/material/Unstable_Grid2/Grid2";
import PaperItem from "./PaperItem";
import SingleDate from "./SingleDate";
import { calendarData } from "./EventCalendarData";
import { calendarData } from "../../data/EventCalendarData";

const Calendar = () => {
const currDate = new Date();
Expand Down
Loading

0 comments on commit d6be43d

Please sign in to comment.