Skip to content

Commit

Permalink
remove yarn lock
Browse files Browse the repository at this point in the history
  • Loading branch information
locothedev committed Jun 3, 2022
1 parent 3833b6f commit 0898181
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 73 deletions.
4 changes: 2 additions & 2 deletions apps/example/src/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import { Route, Routes } from 'react-router-dom';
import { lazily } from 'react-lazily';
import { Suspense } from 'react';
const { Button, Logo, Typography, Avatar, BannerStrip, VerifyCode } = lazily(() => import('@web3uikit/core'));
const { ConnectButton } = lazily(() => import('@web3uikit/ui'))
// const { ConnectButton } = lazily(() => import('@web3uikit/ui'))
export const App = () => {
return (
<Routes>
Expand All @@ -18,7 +18,7 @@ export const App = () => {
<BannerStrip text='Hey this is a notification you should check out' type='standard' />
<VerifyCode />
</div>
<ConnectButton />
{/* <ConnectButton /> */}
</Suspense>
}
/>
Expand Down
71 changes: 0 additions & 71 deletions apps/example/yarn.lock

This file was deleted.

0 comments on commit 0898181

Please sign in to comment.