diff options
author | Elizabeth Hunt <elizabeth.hunt@simponic.xyz> | 2024-02-08 19:35:56 -0700 |
---|---|---|
committer | Elizabeth Hunt <elizabeth.hunt@simponic.xyz> | 2024-02-08 19:35:56 -0700 |
commit | 05572d84046d7113663ae02b3ba545766c69da33 (patch) | |
tree | aab9c25f57bd82d92c0e6aff1243cdafa7dc286f /src/scenes/index.ts | |
parent | 5b8b3abcba8746502014266583907421b71a330b (diff) | |
download | compiling-the-lambda-calculus-05572d84046d7113663ae02b3ba545766c69da33.tar.gz compiling-the-lambda-calculus-05572d84046d7113663ae02b3ba545766c69da33.zip |
update
Diffstat (limited to 'src/scenes/index.ts')
-rw-r--r-- | src/scenes/index.ts | 14 |
1 files changed, 8 insertions, 6 deletions
diff --git a/src/scenes/index.ts b/src/scenes/index.ts index d21da3b..8544e23 100644 --- a/src/scenes/index.ts +++ b/src/scenes/index.ts @@ -5,13 +5,15 @@ import flirtingwithfunctions from "./flirtingwithfunctions?scene"; import doctor from "./doctor?scene"; import first_box from "./first_box?scene"; import hungry_partner from "./hungry_partner?scene"; +import pure_functions from "./pure_functions?scene"; export const scenes = [ - // title, - // me, - // partone, - // flirtingwithfunctions, - // doctor, - // first_box, + title, + me, + partone, + flirtingwithfunctions, + doctor, + first_box, hungry_partner, + pure_functions, ]; |