diff --git a/typing-app/src/assets/texts/text1.txt b/typing-app/public/texts/text1.txt similarity index 100% rename from typing-app/src/assets/texts/text1.txt rename to typing-app/public/texts/text1.txt diff --git a/typing-app/src/assets/texts/text2.txt b/typing-app/public/texts/text2.txt similarity index 100% rename from typing-app/src/assets/texts/text2.txt rename to typing-app/public/texts/text2.txt diff --git a/typing-app/src/assets/texts/text3.txt b/typing-app/public/texts/text3.txt similarity index 100% rename from typing-app/src/assets/texts/text3.txt rename to typing-app/public/texts/text3.txt diff --git a/typing-app/src/assets/texts/text4.txt b/typing-app/public/texts/text4.txt similarity index 100% rename from typing-app/src/assets/texts/text4.txt rename to typing-app/public/texts/text4.txt diff --git a/typing-app/src/assets/texts/text5.txt b/typing-app/public/texts/text5.txt similarity index 100% rename from typing-app/src/assets/texts/text5.txt rename to typing-app/public/texts/text5.txt diff --git a/typing-app/src/assets/texts/text6.txt b/typing-app/public/texts/text6.txt similarity index 100% rename from typing-app/src/assets/texts/text6.txt rename to typing-app/public/texts/text6.txt diff --git a/typing-app/src/app/actions.ts b/typing-app/src/app/actions.ts index 9aa0c7a..4c9a41c 100644 --- a/typing-app/src/app/actions.ts +++ b/typing-app/src/app/actions.ts @@ -35,11 +35,11 @@ export async function login(_: LoginActionState, formData: FormData): Promise