| 1 | import React, { useEffect, useState } from 'react'; |
| 2 | import { Card, Spin } from '@douyinfe/semi-ui'; |
| 3 | import SettingsChats from '../../pages/Setting/Chat/SettingsChats.js'; |
| 4 | import { API, showError, toBoolean } from '../../helpers'; |
nothing calls this directly
no test coverage detected