add fibonacci example

This commit is contained in:
Dmitry Vasilev
2023-07-17 05:03:21 +03:00
parent 43f1de5f43
commit 315880176a
2 changed files with 13 additions and 0 deletions

View File

@@ -11,6 +11,10 @@ export const examples = [
path: 'github_api',
entrypoint: 'github_api/index.js',
},
{
path: 'fibonacci',
entrypoint: 'fibonacci/index.js',
},
{
path: 'todos-preact',
entrypoint: 'todos-preact/index.js',