Skip to content

Commit

Permalink
hotfix: calendar package position
Browse files Browse the repository at this point in the history
  • Loading branch information
clothe09986 committed Dec 12, 2023
1 parent 6580c89 commit 82ea717
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/components/task/MemberTaskAdminBlock.tsx
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
// organize-imports-ignore
import { FileAddOutlined, LoadingOutlined, SearchOutlined } from '@ant-design/icons'
import { gql, useApolloClient, useQuery } from '@apollo/client'
import dayGridPlugin from '@fullcalendar/daygrid'
import FullCalendar from '@fullcalendar/react'
import dayGridPlugin from '@fullcalendar/daygrid'
import { Button, Checkbox, DatePicker, Input, message, Select, Skeleton, Spin, Table, Tooltip } from 'antd'
import { ColumnProps } from 'antd/lib/table'
import { SorterResult } from 'antd/lib/table/interface'
Expand Down

0 comments on commit 82ea717

Please sign in to comment.