Skip to content

Commit

Permalink
fix ui build
Browse files Browse the repository at this point in the history
  • Loading branch information
TobyDrane committed Oct 19, 2023
1 parent d51b61b commit 86bf824
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion ui/src/pages/subject/delete/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ import {
Typography
} from '@mui/material'
import { useMutation, useQuery } from '@tanstack/react-query'
import { filterSubjectList } from '@/pages/subject/utils'
import { filterSubjectList } from '@/utils/subject'
import { useEffect, useState } from 'react'
import { FilteredSubjectList } from '@/service/types'
import { deleteUser as deleteUserFn, deleteClient as deleteClientFn } from '@/service'
Expand Down
2 changes: 1 addition & 1 deletion ui/src/pages/subject/modify/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import { FormControl, Typography, LinearProgress } from '@mui/material'
import { useQuery } from '@tanstack/react-query'
import { useRouter } from 'next/router'
import { useEffect, useState } from 'react'
import { filterSubjectList } from '@/pages/subject/utils'
import { filterSubjectList } from '@/utils/subject'

function SubjectModifyPage() {
const router = useRouter()
Expand Down
File renamed without changes.

0 comments on commit 86bf824

Please sign in to comment.