From 609338de80de82143f07107e3dfbb5f55f22e6e7 Mon Sep 17 00:00:00 2001 From: Elizabeth Hunt Date: Fri, 9 Feb 2024 11:27:11 -0700 Subject: show pure function --- src/scenes/index.ts | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) (limited to 'src/scenes/index.ts') diff --git a/src/scenes/index.ts b/src/scenes/index.ts index 8544e23..1b467c0 100644 --- a/src/scenes/index.ts +++ b/src/scenes/index.ts @@ -8,12 +8,12 @@ import hungry_partner from "./hungry_partner?scene"; import pure_functions from "./pure_functions?scene"; export const scenes = [ - title, - me, - partone, - flirtingwithfunctions, - doctor, - first_box, - hungry_partner, + //title, + //me, + //partone, + //flirtingwithfunctions, + //doctor, + //first_box, + //hungry_partner, pure_functions, ]; -- cgit v1.2.3-70-g09d2