import title from "./title?scene"; import me from "./me?scene"; import partone from "./partone?scene"; import flirtingwithfunctions from "./flirtingwithfunctions?scene"; import doctor from "./doctor?scene"; import first_box from "./first_box?scene"; 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, pure_functions, ];