From 859fc7164cf9427a3c56f777721d88f5ad1ec539 Mon Sep 17 00:00:00 2001 From: Jonathon Hammond Date: Thu, 24 Mar 2022 13:24:21 -0400 Subject: [PATCH] New translations bns-contract.md (Spanish) --- src/pages/es/references/bns-contract.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pages/es/references/bns-contract.md b/src/pages/es/references/bns-contract.md index 093ab791..b69f474a 100644 --- a/src/pages/es/references/bns-contract.md +++ b/src/pages/es/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