Skip to content

Commit

Permalink
linting
Browse files Browse the repository at this point in the history
  • Loading branch information
jarosenb committed Sep 23, 2024
1 parent c976276 commit e1745cf
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ import {
usePublicationDetail,
usePublicationVersions,
} from '@client/hooks';
import React, { useEffect, useState } from 'react';
import React, { useEffect } from 'react';
import { Alert, Button, Form, Input, Layout, Spin } from 'antd';
import { Navigate, Outlet, useParams, useSearchParams } from 'react-router-dom';

Expand Down

0 comments on commit e1745cf

Please sign in to comment.