Skip to content

Commit

Permalink
delete useless import in components/judges/schedule.tsx
Browse files Browse the repository at this point in the history
  • Loading branch information
JihengLi committed Apr 9, 2024
1 parent 878f0b2 commit 875690a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/judges/schedule.tsx
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import { Space, Table, Collapse, Tag, Switch, Button, notification, Upload, Spin, theme, Radio } from 'antd';
import React, { useContext, useEffect, useMemo, useState } from 'react';
import React, { useContext, useMemo, useState } from 'react';
import { DateTime } from 'luxon';
import Link from 'next/link';
import { JudgingSessionData } from '../../types/database';
Expand Down

0 comments on commit 875690a

Please sign in to comment.