diff --git a/src/pages/story/1.astro b/src/pages/story/1.astro new file mode 100644 index 0000000..11e8127 --- /dev/null +++ b/src/pages/story/1.astro @@ -0,0 +1,19 @@ +--- +import BaseLayout from "../../layouts/BaseLayout.astro"; +import Button from "../../components/story/Button"; +import ChoiceCard from "../../components/story/ChoiceCard"; +const redirect = "./2"; +--- + + +
+ +