| 1 | import React, { useEffect, useState } from 'react'; |
| 2 | import { API, copy, showError, showNotice, getLogo, getSystemName } from '../../helpers'; |
| 3 | import { useSearchParams, Link } from 'react-router-dom'; |
| 4 | import { Button, Card, Form, Typography, Banner } from '@douyinfe/semi-ui'; |
nothing calls this directly
no test coverage detected