refactor: moves apps outside of apps/ path
This commit is contained in:
parent
b2d1a5ae9e
commit
c85e2e2357
45 changed files with 4 additions and 3 deletions
6
penfield/src/data/intros.ts
Normal file
6
penfield/src/data/intros.ts
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
export const intros = [
|
||||
{ text: "You wake up. Your <b>Penfield</b> thrums." },
|
||||
{ text: "Your <b>Penfield Mood Organ</b> chimes." },
|
||||
{ text: "Your <b>Penfield Mood Organ</b> wakes you." },
|
||||
{ text: "You are awoken by your <b>Penfield Mood Organ</b>." },
|
||||
];
|
||||
Loading…
Add table
Add a link
Reference in a new issue