summaryrefslogtreecommitdiff
path: root/src/scenes/index.ts
diff options
context:
space:
mode:
authorElizabeth Hunt <elizabeth.hunt@simponic.xyz>2024-02-08 18:36:10 -0700
committerElizabeth Hunt <elizabeth.hunt@simponic.xyz>2024-02-08 18:36:10 -0700
commit5b8b3abcba8746502014266583907421b71a330b (patch)
treefc3d8a2159a17c8af1d432d93307ff01474fb053 /src/scenes/index.ts
parentc18b81b2f26123481558cb3fffc794c2c13f74ad (diff)
downloadcompiling-the-lambda-calculus-5b8b3abcba8746502014266583907421b71a330b.tar.gz
compiling-the-lambda-calculus-5b8b3abcba8746502014266583907421b71a330b.zip
add hungry partner function
Diffstat (limited to 'src/scenes/index.ts')
-rw-r--r--src/scenes/index.ts14
1 files changed, 8 insertions, 6 deletions
diff --git a/src/scenes/index.ts b/src/scenes/index.ts
index 56fda2b..d21da3b 100644
--- a/src/scenes/index.ts
+++ b/src/scenes/index.ts
@@ -4,12 +4,14 @@ import partone from "./partone?scene";
import flirtingwithfunctions from "./flirtingwithfunctions?scene";
import doctor from "./doctor?scene";
import first_box from "./first_box?scene";
+import hungry_partner from "./hungry_partner?scene";
export const scenes = [
- title,
- me,
- partone,
- flirtingwithfunctions,
- doctor,
- first_box,
+ // title,
+ // me,
+ // partone,
+ // flirtingwithfunctions,
+ // doctor,
+ // first_box,
+ hungry_partner,
];