From e8ea9f56aef24bfca9e4c7cdc8db5c9742540b27 Mon Sep 17 00:00:00 2001 From: mkosir Date: Sat, 4 Jan 2025 10:38:02 +0100 Subject: [PATCH] update docusaurus --- website/src/pages/index.mdx | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/website/src/pages/index.mdx b/website/src/pages/index.mdx index 56eb156..d0e5a56 100644 --- a/website/src/pages/index.mdx +++ b/website/src/pages/index.mdx @@ -823,6 +823,7 @@ Strive to keep naming conventions consistent and readable, with important contex ### Named Export + + This keeps variables, functions etc. names consistent across the entire codebase. Named exports have the benefit of erroring when import statements try to import something that hasn't been declared.