Skip to content

Commit

Permalink
docs: fix import
Browse files Browse the repository at this point in the history
  • Loading branch information
tmm committed Sep 8, 2023
1 parent b0f87d9 commit fa4dc29
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/core/api/chains.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<script setup>
import SearchChains from '../components/SearchChains.vue'
import SearchChains from '../../components/SearchChains.vue'
</script>

# Chains
Expand Down
2 changes: 1 addition & 1 deletion docs/react/api/chains.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<script setup>
import SearchChains from '../components/SearchChains.vue'
import SearchChains from '../../components/SearchChains.vue'
</script>

# Chains
Expand Down

1 comment on commit fa4dc29

@vercel
Copy link

@vercel vercel bot commented on fa4dc29 Sep 8, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

wagmi-v2 – ./docs

wagmi-v2-git-alpha-wagmi-dev.vercel.app
alpha.wagmi.sh
wagmi-v2.vercel.app
wagmi-v2-wagmi-dev.vercel.app

Please sign in to comment.