MCPcopy Create free account
hub / github.com/Okabe-Rintarou-0/BookStore-Frontend / App

Function App

src/App.js:4–15  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

2import AppRouter from './components/router';
3
4function 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
17export default App;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected