From 91768efd1b3cb654c1a69c3a693def4106117f14 Mon Sep 17 00:00:00 2001
From: Novus Nota <68142933+novusnota@users.noreply.github.com>
Date: Mon, 7 Oct 2024 17:02:07 +0200
Subject: [PATCH] chore: import Badge
---
docs/src/content/docs/book/functions.mdx | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
diff --git a/docs/src/content/docs/book/functions.mdx b/docs/src/content/docs/book/functions.mdx
index f193eb168..1a29b2be9 100644
--- a/docs/src/content/docs/book/functions.mdx
+++ b/docs/src/content/docs/book/functions.mdx
@@ -3,6 +3,8 @@ title: Functions
description: "Global, asm, native functions, as well as receivers, getters and storage functions, plus the many attributes that allow for great flexibility and expressivity of Tact language"
---
+import { Badge } from '@astrojs/starlight/components';
+
Functions in Tact could be defined in different ways:
* Global static function
@@ -140,7 +142,7 @@ contract Treasure {
### Explicit resolution of method ID collisions
-