MCPcopy Create free account
hub / github.com/experdot/pointer / App

Function App

src/renderer/src/App.tsx:56–86  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

54}
55
56function App(): React.JSX.Element {
57 return (
58 <ErrorBoundary>
59 <ConfigProvider
60 locale={zhCN}
61 theme={{
62 cssVar: true,
63 algorithm: theme.defaultAlgorithm,
64 token: {
65 colorPrimary: '#1677ff',
66 borderRadius: 4,
67 fontSize: 14
68 },
69 components: {
70 Menu: {
71 itemHeight: 32,
72 itemMarginInline: 4
73 },
74 Tree: {
75 titleHeight: 32
76 }
77 }
78 }}
79 >
80 <AntdApp className="app-layout">
81 <AppContent />
82 </AntdApp>
83 </ConfigProvider>
84 </ErrorBoundary>
85 )
86}
87
88export default App

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected