Skip to content

Commit

Permalink
Merge pull request #68 from 42Mogle/refactor/home_page_spliting#52
Browse files Browse the repository at this point in the history
fix: Modify store -> store.js #52
  • Loading branch information
Han-Joon-Hyeok authored Dec 1, 2022
2 parents 8c3b99c + ab7836c commit 510d652
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Pages/HomePage/AttendanceSummary.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import TableCell from "@mui/material/TableCell";
import TableRow from "@mui/material/TableRow";
import KeyboardArrowDownIcon from "@mui/icons-material/KeyboardArrowDown";
import KeyboardArrowUpIcon from "@mui/icons-material/KeyboardArrowUp";
import { useStore } from "../../store";
import { useStore } from "../../store.js";

function AttendaceSummary(props) {
const { attendanceLog } = props;
Expand Down

0 comments on commit 510d652

Please sign in to comment.