blob: d21da3b04e2d18f52a364d5ead8174aaba5d6051 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
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";
export const scenes = [
// title,
// me,
// partone,
// flirtingwithfunctions,
// doctor,
// first_box,
hungry_partner,
];
|