summaryrefslogtreecommitdiff
path: root/src/scenes/index.ts
diff options
context:
space:
mode:
Diffstat (limited to 'src/scenes/index.ts')
-rw-r--r--src/scenes/index.ts6
1 files changed, 4 insertions, 2 deletions
diff --git a/src/scenes/index.ts b/src/scenes/index.ts
index 8b53e09..6f09c88 100644
--- a/src/scenes/index.ts
+++ b/src/scenes/index.ts
@@ -9,6 +9,7 @@ import pure_functions from "./pure_functions?scene";
import valentines_letters from "./valentines_letters?scene";
import birthday_letters from "./birthday_letters?scene";
import sad_people from "./sad_people?scene";
+import generalized from "./generalized?scene";
export const scenes = [
//title,
@@ -20,6 +21,7 @@ export const scenes = [
//hungry_partner,
//pure_functions,
//valentines_letters,
- sad_people,
- birthday_letters,
+ //sad_people,
+ //birthday_letters,
+ generalized,
];