Skip to content

Commit 0898181

Browse files
author
locothedev
committed
remove yarn lock
1 parent 3833b6f commit 0898181

File tree

2 files changed

+2
-73
lines changed

2 files changed

+2
-73
lines changed

apps/example/src/index.tsx

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ import { Route, Routes } from 'react-router-dom';
22
import { lazily } from 'react-lazily';
33
import { Suspense } from 'react';
44
const { Button, Logo, Typography, Avatar, BannerStrip, VerifyCode } = lazily(() => import('@web3uikit/core'));
5-
const { ConnectButton } = lazily(() => import('@web3uikit/ui'))
5+
// const { ConnectButton } = lazily(() => import('@web3uikit/ui'))
66
export const App = () => {
77
return (
88
<Routes>
@@ -18,7 +18,7 @@ export const App = () => {
1818
<BannerStrip text='Hey this is a notification you should check out' type='standard' />
1919
<VerifyCode />
2020
</div>
21-
<ConnectButton />
21+
{/* <ConnectButton /> */}
2222
</Suspense>
2323
}
2424
/>

apps/example/yarn.lock

-71
This file was deleted.

0 commit comments

Comments
 (0)