Skip to content

Commit

Permalink
fix: Export UserProfileLabel
Browse files Browse the repository at this point in the history
  • Loading branch information
mateoroldos committed Aug 1, 2023
1 parent f8f5fb2 commit 899ee81
Show file tree
Hide file tree
Showing 6 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions src/lib/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -38,3 +38,4 @@ export { default as ErrorPage } from './components/ErrorPage/ErrorPage.svelte';
export { default as CurrencyInput } from './components/CurrencyInput/CurrencyInput.svelte';
export { default as Seo } from './components/SEO/Seo.svelte';
export { default as ConnectWalletPage } from './components/ConnectWalletPage/ConnectWalletPage.svelte';
export { default as UserProfileLabel } from './components/UserProfileLabel/UserProfileLabel.svelte';
2 changes: 1 addition & 1 deletion src/routes/+page.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
import TransactionModal from '$lib/components/TransactionModal/TransactionModal.svelte';
import Currency from '$lib/components/Currency/Currency.svelte';
import ProgressBar from '$lib/components/ProgressBar/ProgressBar.svelte';
import UserProfileLabel from '$lib/components/UserProifleLabel/UserProfileLabel.svelte';
import UserProfileLabel from '$lib/components/UserProfileLabel/UserProfileLabel.svelte';
let stepss = [
{
Expand Down

0 comments on commit 899ee81

Please sign in to comment.