summaryrefslogtreecommitdiff
path: root/src/scenes/index.ts
blob: 9d08ec5971f4bed9139346eda72fdbc9651d66f2 (plain)
1
2
3
4
import title from "./title?scene";
import me from "./me?scene";

export const scenes = [title, me];