diff options
author | Elizabeth Hunt <elizabeth.hunt@simponic.xyz> | 2024-02-08 15:43:45 -0700 |
---|---|---|
committer | Elizabeth Hunt <elizabeth.hunt@simponic.xyz> | 2024-02-08 15:43:45 -0700 |
commit | c18b81b2f26123481558cb3fffc794c2c13f74ad (patch) | |
tree | 0e459406338ce835294989865b50e989fcf9c30c /src/scenes/index.ts | |
parent | 93dd6c53f14979ec92144ffb55606ad83eac5af6 (diff) | |
download | compiling-the-lambda-calculus-c18b81b2f26123481558cb3fffc794c2c13f74ad.tar.gz compiling-the-lambda-calculus-c18b81b2f26123481558cb3fffc794c2c13f74ad.zip |
maintenance
Diffstat (limited to 'src/scenes/index.ts')
-rw-r--r-- | src/scenes/index.ts | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/scenes/index.ts b/src/scenes/index.ts index ffce8a4..56fda2b 100644 --- a/src/scenes/index.ts +++ b/src/scenes/index.ts @@ -2,8 +2,8 @@ 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"; +import doctor from "./doctor?scene"; +import first_box from "./first_box?scene"; export const scenes = [ title, |