()
| 2 | import AppRouter from './components/router'; |
| 3 | |
| 4 | function App() { |
| 5 | const themeToken = { |
| 6 | colorPrimary: "#1DA57A", |
| 7 | colorInfo: "#1DA57A" |
| 8 | } |
| 9 | return <ConfigProvider theme={{ |
| 10 | algorithm: theme.defaultAlgorithm, |
| 11 | token: themeToken |
| 12 | }} > |
| 13 | <AppRouter /> |
| 14 | </ConfigProvider> |
| 15 | } |
| 16 | |
| 17 | export default App; |
nothing calls this directly
no outgoing calls
no test coverage detected