From 6a3ce850c5bb28875d424230998e811a699df37d Mon Sep 17 00:00:00 2001 From: Elizabeth Hunt Date: Wed, 7 Feb 2024 11:06:03 -0700 Subject: more --- src/scenes/index.ts | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) (limited to 'src/scenes/index.ts') diff --git a/src/scenes/index.ts b/src/scenes/index.ts index 7ed001e..ffce8a4 100644 --- a/src/scenes/index.ts +++ b/src/scenes/index.ts @@ -2,5 +2,14 @@ import title from "./title?scene"; import me from "./me?scene"; import partone from "./partone?scene"; import flirtingwithfunctions from "./flirtingwithfunctions?scene"; +import doctor from "./doctor"; +import first_box from "./first_box"; -export const scenes = [title, me, partone, flirtingwithfunctions]; +export const scenes = [ + title, + me, + partone, + flirtingwithfunctions, + doctor, + first_box, +]; -- cgit v1.2.3-70-g09d2