Skip to content

Commit

Permalink
chore :: 오타 수정
Browse files Browse the repository at this point in the history
chore :: 오타 수정
  • Loading branch information
phyuna0525 authored Aug 18, 2024
2 parents 1e463a8 + 769730d commit 3194392
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/app/afterManage/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ import AfterList from "@/components/list/afterManage";
import AfterDelete from "@/components/list/delete";
import Modal from "@/components/modal";
import useAcceptListSelection from "@/hook/handleAcceptListClick";
import useAttendanceStore from "@/stroes/useChangeStatus";
import useAttendanceStore from "@/stores/useChangeStatus";
import { getStudentString, setStudentNum } from "@/util/util";
import { useState } from "react";

Expand Down
2 changes: 1 addition & 1 deletion src/app/attendanceCheck/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import Dropdown from "@/components/dropdown";
import AfterList from "@/components/list/afterManage";
import { getStudentString } from "@/util/util";
import { useState } from "react";
import useAttendanceStore from "@/stroes/useChangeStatus";
import useAttendanceStore from "@/stores/useChangeStatus";

const attendanceCheck = () => {
const [selectClassTime, setSelectClassTime] = useState<number>(8);
Expand Down
2 changes: 1 addition & 1 deletion src/components/list/afterManage/index.tsx
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
"use client";
import StatusDrop from "@/components/dropdown/status";
import useAttendanceStore from "@/stroes/useChangeStatus";
import useAttendanceStore from "@/stores/useChangeStatus";
import React, { useEffect, useState } from "react";

interface NonReturnProp {
Expand Down
File renamed without changes.

0 comments on commit 3194392

Please sign in to comment.