Skip to content

Commit

Permalink
restructure reset students password
Browse files Browse the repository at this point in the history
  • Loading branch information
SKairinos committed Sep 24, 2024
1 parent 49bc9ca commit c71c37b
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/pages/teacherDashboard/classes/Classes.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import ClassTable from "./ClassTable"
import CreateClassForm from "./CreateClassForm"
import JoinClassRequest from "./joinClassRequest/JoinClassRequest"
import JoinClassRequestTable from "./JoinClassRequestTable"
import ResetStudentsPassword from "./class/ResetStudentsPassword"
import ResetStudentsPassword from "./resetStudentsPassword/ResetStudentsPassword"
import { type RetrieveUserResult } from "../../../api/user"
import TransferStudents from "./transferStudents/TransferStudents"
import UpdateStudentUser from "./class/UpdateStudentUser"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ import {
useResetStudentsPasswordMutation,
} from "../../../../api/student"
import { type ListUsersResult } from "../../../../api/user"
import { type ResetStudentsPasswordState } from "./ResetStudentsPassword"
import { type ResetStudentsPasswordState } from "../resetStudentsPassword/ResetStudentsPassword"
import { paths } from "../../../../routes"

export interface ResetStudentsPasswordDialogProps
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ import {
} from "../../../../api/user"
import { classIdSchema, userIdSchema } from "../../../../app/schemas"
import { NewPasswordField } from "../../../../components/form"
import { type ResetStudentsPasswordState } from "./ResetStudentsPassword"
import { type ResetStudentsPasswordState } from "../resetStudentsPassword/ResetStudentsPassword"
import { paths } from "../../../../routes"
import { useResetStudentsPasswordMutation } from "../../../../api/student"
import { useRetrieveClassQuery } from "../../../../api/klass"
Expand Down

0 comments on commit c71c37b

Please sign in to comment.