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.