From b2604a6edb93897ac3ee888aa3c0e0d216f989ed Mon Sep 17 00:00:00 2001 From: Elizabeth Hunt Date: Mon, 5 Feb 2024 11:41:19 -0700 Subject: add more script --- src/scenes/index.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/scenes/index.ts') diff --git a/src/scenes/index.ts b/src/scenes/index.ts index 098563b..7ed001e 100644 --- a/src/scenes/index.ts +++ b/src/scenes/index.ts @@ -3,4 +3,4 @@ import me from "./me?scene"; import partone from "./partone?scene"; import flirtingwithfunctions from "./flirtingwithfunctions?scene"; -export const scenes = [flirtingwithfunctions, title, me, partone]; +export const scenes = [title, me, partone, flirtingwithfunctions]; -- cgit v1.3