Skip to content

Commit

Permalink
Remove unused import and use correct file extension
Browse files Browse the repository at this point in the history
  • Loading branch information
Dr-Electron authored Jun 18, 2024
1 parent ef5cc22 commit 2f01337
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 5 deletions.
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
import { AddToMetaMaskButton } from '@theme/AddToMetaMaskButton';
import { Networks } from '@theme/constant';
import Tabs from '@theme/Tabs';
import TabItem from '@theme/TabItem';

Expand Down
2 changes: 1 addition & 1 deletion docs/build/getting-started/oracles.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ tags:
---
import Tabs from '@theme/Tabs';
import TabItem from '@theme/TabItem';
import OraclesContractData from '../_partials/_oracles_contract_data.md'
import OraclesContractData from '../_partials/_oracles_contract_data.mdx'


# Introduction to Oracles in Blockchain
Expand Down
2 changes: 1 addition & 1 deletion docs/build/isc/v1.1/docs/getting-started/tools.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ import { Networks } from '@theme/constant';
import DeployAdmonition from '../_admonitions/_deploy_a_smart_contract.md';
import { ChainId } from '@theme/ChainId';
import NetworkInfo from '@theme/NetworkInfo';
import OraclesContractData from '../../../../_partials/_oracles_contract_data.md';
import OraclesContractData from '../../../../_partials/_oracles_contract_data.mdx';

# Compatible Tools

Expand Down
2 changes: 1 addition & 1 deletion docs/build/isc/v1.3/docs/getting-started/tools.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ import { Networks } from '@theme/constant';
import DeployAdmonition from '../_admonitions/_deploy_a_smart_contract.md';
import { ChainId } from '@theme/ChainId';
import NetworkInfo from '@theme/NetworkInfo';
import OraclesContractData from '../../../../_partials/_oracles_contract_data.md';
import OraclesContractData from '../../../../_partials/_oracles_contract_data.mdx';

# Compatible Tools

Expand Down

0 comments on commit 2f01337

Please sign in to comment.