Skip to content

Commit

Permalink
example: update
Browse files Browse the repository at this point in the history
  • Loading branch information
AsteriskZuo committed Nov 3, 2023
1 parent c42b57b commit d14f2f7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions examples/uikit-quick-start/src/Main.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ import {
dlog,
RootParamsList,
} from './AppConfig';
import { LogMemo } from './AppLog';
// import { LogMemo } from './AppLog';

export function MainScreen({
navigation,
Expand Down Expand Up @@ -94,7 +94,7 @@ export function MainScreen({
START CHAT
</Button>
</View>
<LogMemo />
{/* <LogMemo /> */}
</View>
</ScreenContainer>
);
Expand Down

0 comments on commit d14f2f7

Please sign in to comment.