diff --git a/src/pages/fr/references/bns-contract.md b/src/pages/fr/references/bns-contract.md index 093ab791..b69f474a 100644 --- a/src/pages/fr/references/bns-contract.md +++ b/src/pages/fr/references/bns-contract.md @@ -3,7 +3,7 @@ title: BNS Contract description: See a detailed list of all functions and error codes of the BNS contract. --- -export { convertBNSRefToMdx as getStaticProps } from '@common/data/bns-ref'; export { convertBNSRefToMdx as getStaticProps } from '@common/data/bns-ref'; import { BNSErrorcodeReference, BNSFunctionReference } from '@components/bns-ref'; +export { convertBNSRefToMdx as getStaticProps } from '@common/data/bns-ref'; import { BNSErrorcodeReference, BNSFunctionReference } from '@components/bns-ref'; ## Introduction