From d644a5f300c9e29531c0b69216c2a22975dbe3b4 Mon Sep 17 00:00:00 2001 From: Jonathon Hammond Date: Thu, 24 Mar 2022 13:24:20 -0400 Subject: [PATCH] New translations bns-contract.md (French) --- src/pages/fr/references/bns-contract.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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