chore: remove unused import

This commit is contained in:
CaIon
2024-01-21 17:02:35 +08:00
parent 9bcd24fc2c
commit e485bc7613
11 changed files with 1 additions and 18 deletions

View File

@@ -2,7 +2,6 @@ import React, {useContext, useEffect, useRef, useState} from 'react';
import {Link, useNavigate} from 'react-router-dom';
import {UserContext} from '../context/User';
import {Button, Container, Icon, Menu, Segment} from 'semantic-ui-react';
import {API, getLogo, getSystemName, isAdmin, isMobile, showSuccess} from '../helpers';
import '../index.css';